Package org.drasyl.node.event
package org.drasyl.node.event
Contains events that inform about various states of the
DrasylNode
(started, stopped, etc.) or overlay network events (messages, peer discovery, etc.)-
ClassDescriptionDescribes an Event that provides the application with information about the local node, other peers, connections or incoming messages.This event signals that the node was unable to process an inbound message.This event signals, that currently all messages from and to the
#peer
are only encrypted with a long time key.This event signals that the node has received a message addressed to it.Used byEvent
to describe an event related to the local Node (e.g.This event signals that the node is shut down.Events that refer to aNode
.This event signals that the node has terminated normally.This event signals that the node is currently not connected to a super peer.This event signals that the node is currently connected to a super peer.This event signals that the node encountered an unrecoverable error.This event signals that the node has been started.Used byEvent
to describe an event related to a Peer (e.g.This event signals that the node has established a direct connection to a peer.Events that refer to aPeer
.This event signals that communication with this peer is only possible by relaying messages via a super peer.This event signals, that currently all messages from and to the#peer
are encrypted with an ephemeral session key.