public static interface ServerSession.RemovedListener extends ServerSession.ServerSessionListener
Listeners objects that implement this interface will be notified of session removal.
Modifier and Type | Method and Description |
---|---|
void |
removed(ServerSession session,
ServerMessage message,
boolean timeout)
Callback invoked when the session is removed.
|
void removed(ServerSession session, ServerMessage message, boolean timeout)
Callback invoked when the session is removed.
session
- the removed sessionmessage
- the message that caused the session removal, or nulltimeout
- whether the session has been removed due to a timeoutCopyright © 2008–2024 The CometD Project. All rights reserved.