Skip to content

TopicAdvertReceived

Purpose

A TopicAdvert has been received from another peer.

Type

TopicCreateRequestV1

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 the scope allows.

Message flow

sequenceDiagram

%% --8<-- [start:sequence]
PubSub -) Any Local Engine: TopicAdvertReceived
%% --8<-- [end:sequence]