Class NodeOfflineEvent

  • All Implemented Interfaces:
    Event, NodeEvent

    public class NodeOfflineEvent
    extends Object
    This event signals that the node is currently not connected to a super peer. This means that the node cannot be discovered and contacted by remote peers. Existing direct connections are not affected by this event. Lost direct connections may not be recovered

    If the node has been configured with no super peer, this event will be never emitted.

    This is an immutable object.

    See Also:
    NodeOnlineEvent, PeerDirectEvent, PeerRelayEvent