Class EndpointDisconnectedEvent

  • All Implemented Interfaces:
    Event

    public class EndpointDisconnectedEvent
    extends AbstractEvent
    This event is generated when an endpoint is correctly disconnected.
    Since:
    2.0.0
    • Constructor Detail

      • EndpointDisconnectedEvent

        public EndpointDisconnectedEvent​(Duration duration,
                                         EndpointContext context)
        Creates a new endpoint disconnected 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.