Skip to content

Commit 46a8d18

Browse files
committed
feat: improve keyword
1 parent 5d88869 commit 46a8d18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/blog/command-bus-design-pattern/index.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ image_credit: rockstaar_
55
url: command-bus-design-pattern
66
aliases:
77
- "command-bus-design-pattern.html"
8-
description: "The goal of command and the event bus is to deliver a command or an event to its handler(s). Events and commands are objects used to encapsulate information needed to achieve an action (a command) or to tell what happened in the system (an event)."
9-
keywords: "software,software architecture,design patterns,command bus,event bus,bus,middleware,handle command,handle event,dispatch event,dispatch command,command bus middleware"
8+
description: "Explore the command bus design pattern: a comprehensive guide to understanding its role in software architecture, benefits, and how it works alongside the event bus for optimal application modularity and scalability."
9+
keywords: "command bus design pattern,event bus design pattern,software architecture,command bus,event bus,middleware design pattern,middleware in software design,command bus middleware,command and event handling"
1010
tags: [command-bus, design-patterns, software-architecture]
1111
---
1212

0 commit comments

Comments
 (0)