Package org.drasyl.node.event
Class NodeOfflineEvent
java.lang.Object
org.drasyl.node.event.NodeOfflineEvent
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 never be emitted.
This is an immutable object.
- See Also:
-
Constructor Details
-
NodeOfflineEvent
public NodeOfflineEvent()
-
-
Method Details
-
of
- Throws:
NullPointerException
- ifnode
isnull
-