mirror of https://github.com/microsoft/autogen.git
Update topic-and-subscription.md (#4168)
This commit is contained in:
parent
b9f7282830
commit
16463a8a98
|
@ -16,7 +16,7 @@ This section focuses on the core concepts in broadcast: topic and subscription.
|
||||||
|
|
||||||
A topic defines the scope of a broadcast message.
|
A topic defines the scope of a broadcast message.
|
||||||
In essence, agent runtime implements a publish-subscribe model through
|
In essence, agent runtime implements a publish-subscribe model through
|
||||||
its broadcast API: when publishing a message, the topic mus be specified.
|
its broadcast API: when publishing a message, the topic must be specified.
|
||||||
It is an indirection over agent IDs.
|
It is an indirection over agent IDs.
|
||||||
|
|
||||||
A topic consists of two components: topic type and topic source.
|
A topic consists of two components: topic type and topic source.
|
||||||
|
|
Loading…
Reference in New Issue