Unsubscribe¶
Purpose¶
Unsubscribe from a topic at other peers.
Type¶
Reception:
Record with fields:
topic
: TopicIdentity Pub/sub topic identity.
Triggers:
Behavior¶
The peer the request arrived from is removed from the PubSubRoutingTable, and an UnsubscribeAck is returned in response.
Message flow¶
sequenceDiagram
%% --8<-- [start:sequence]
PubSub ->>+ PubSub_R: Unsubscribe
PubSub_R -->>- PubSub: UnsubscribeAck
%% --8<-- [end:sequence]