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