TopicSubscribed¶
Purpose¶
Notification about a topic that was successfully subscribed at another peer.
Type¶
Record with fields:
topic
: TopicIdentity Pub/sub topic identity.
Message flow¶
sequenceDiagram
%% --8<-- [start:sequence]
PubSub -) Any Local Engine: TopicSubscribed
%% --8<-- [end:sequence]