public class SessionDisconnectEvent extends ApplicationEvent
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..
| Constructor and Description |
|---|
SessionDisconnectEvent(java.lang.Object source,
java.lang.String sessionId,
CloseStatus closeStatus)
Create a new event.
|
| Modifier and Type | Method and Description |
|---|---|
CloseStatus |
getCloseStatus()
Return the status with which the session was closed.
|
java.lang.String |
getSessionId()
Return the session id.
|
java.lang.String |
toString() |
getTimestamppublic SessionDisconnectEvent(java.lang.Object source,
java.lang.String sessionId,
CloseStatus closeStatus)
source - the component that published the event (never null)sessionId - the disconnect messagecloseStatus - public java.lang.String getSessionId()
public CloseStatus getCloseStatus()
public java.lang.String toString()
toString in class java.util.EventObject