TopicAdvertReceived¶
Purpose¶
A TopicAdvert has been received from another peer.
Type¶
Record with fields:
-
topic
: TopicIdentity Pub/sub topic identity. -
scope
: RoutingScope Whether the topic should be advertised over the network. -
advert
: Option<TopicAdvertV1> Topic advertisement to send to the network, when thescope
allows.
Message flow¶
sequenceDiagram
%% --8<-- [start:sequence]
PubSub -) Any Local Engine: TopicAdvertReceived
%% --8<-- [end:sequence]