类 SessionDisconnectEvent

  • 所有已实现的接口:
    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.

    从以下版本开始:
    4.0.3
    作者:
    Rossen Stoyanchev
    另请参阅:
    序列化表格