CatapultServer
v0.5.0.1 (Elephant)
|
Node subscriber. More...
Public Member Functions | |
virtual | ~NodeSubscriber ()=default |
virtual void | notifyNode (const ionet::Node &node)=0 |
Indicates a new node was found. More... | |
virtual void | notifyIncomingNode (const Key &identityKey, ionet::ServiceIdentifier serviceId)=0 |
Indicates a new incoming connection for node with identityKey connected to serviceId. More... | |
Node subscriber.
|
virtualdefault |
|
pure virtual |
Indicates a new incoming connection for node with identityKey connected to serviceId.
Implemented in catapult::subscribers::AggregateNodeSubscriber< TNodeSubscriber >.
|
pure virtual |
Indicates a new node was found.
Implemented in catapult::subscribers::AggregateNodeSubscriber< TNodeSubscriber >.