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/concepts.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -63,8 +63,7 @@ It provides extension points which could be ad-hoc into processing flow. You can
63
63
Enqueue Client is designed for as simple as possible developer experience.
64
64
It provides high-level, very opinionated API.
65
65
It manage all transport differences internally and even emulate missing features (like publish-subscribe).
66
-
67
-
_*Note:* The client topic is NOT the same thing as transport one._
66
+
Please note: Client has own logic for naming transport destinations. Expect a different transport queue\topic name from the Client topic, command name. The prefix behavior could be disabled.
68
67
69
68
-*Topic:* Send a message to the topic when you want to notify several subscribers that something has happened. There is no way to get subscriber results. Uses the router internally to deliver messages.
70
69
-*Command:* guaranty that there is exactly one command processor\subscriber. Optionally, you can get a result. If there is not a command subscriber an exception is thrown.
0 commit comments