Class PeerRelayEvent

java.lang.Object
org.drasyl.node.event.PeerRelayEvent
All Implemented Interfaces:
Event, PeerEvent

public abstract class PeerRelayEvent extends Object implements PeerEvent
This event signals that communication with this peer is only possible by relaying messages via a super peer. If there is no connection to a super peer, no communication with this peer is possible.

This is an immutable object.

See Also: