Class NodeConnectedEvent

  • All Implemented Interfaces:
    Event

    @Deprecated
    public class NodeConnectedEvent
    extends AbstractEvent
    Deprecated.
    This event is sent when a node is created, which happens before network connections are established. To avoid confusion, this event is deprecated in favor of the more appropriately named NodeCreatedEvent.
    Sent when a node is created, prior to connecting to services on the node.
    Since:
    2.0.0
    • Constructor Detail

      • NodeConnectedEvent

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

      • description

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