You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/bundle/message_producer.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ where another one (it is called spool producer) collects them in memory and send
26
26
27
27
The producer has two types on send methods:
28
28
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.
30
30
*`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.
0 commit comments