Class NodeCreatedEvent

  • All Implemented Interfaces:
    Event

    public class NodeCreatedEvent
    extends AbstractEvent
    Sent when a node is created, prior to connecting to services on the node.
    Since:
    2.4.1
    • Constructor Detail

      • NodeCreatedEvent

        public NodeCreatedEvent​(Duration duration,
                                NodeContext context)
        Creates a new "node created" 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.