Class NodeConnectedEvent

  • All Implemented Interfaces:
    Event

    public class NodeConnectedEvent
    extends AbstractEvent
    This event is generated when a node is correctly connected.
    Since:
    2.0.0
    • Constructor Detail

      • NodeConnectedEvent

        public NodeConnectedEvent​(Duration duration,
                                  NodeContext context)
        Creates a new node connected event.
        Parameters:
        duration - the duration of the event.
        context - the context.
    • Method Detail

      • description

        public String description()
        Description copied from interface: Event
        A textual description with more information about the event.
        Returns:
        the description, if set.