Class SessionDisconnectEvent

  • All Implemented Interfaces:
    Serializable

    public class SessionDisconnectEvent
    extends AbstractSubProtocolEvent
    Event raised when the session of a WebSocket client using a Simple Messaging Protocol (e.g. STOMP) as the WebSocket sub-protocol is closed.

    Note that this event may be raised more than once for a single session and therefore event consumers should be idempotent and ignore a duplicate event.

    Since:
    4.0.3
    Author:
    Rossen Stoyanchev
    See Also:
    Serialized Form