Skip to content

Commit e38b103

Browse files
authored
Update message_producer.md
1 parent f7caa1b commit e38b103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/bundle/message_producer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ where another one (it is called spool producer) collects them in memory and send
2626

2727
The producer has two types on send methods:
2828

29-
* `sendEvent` - Message is sent to topic and many consumers can subscriber to it. It is "fire and forget" strategy. The even could be sent to "message bus" to other applications.
29+
* `sendEvent` - Message is sent to topic and many consumers can subscriber to it. It is "fire and forget" strategy. The event could be sent to "message bus" to other applications.
3030
* `sendCommand` - Message is to ONE exact consumer. It could be used as "fire and forget" or as RPC. The command message is always sent in scope of current application.
3131

3232
### Send event

0 commit comments

Comments
 (0)