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..
source
Constructor and Description |
---|
SessionDisconnectEvent(Object source,
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.
|
String |
getSessionId()
Return the session id.
|
String |
toString() |
getTimestamp
getSource
public SessionDisconnectEvent(Object source, String sessionId, CloseStatus closeStatus)
source
- the component that published the event (never null
)sessionId
- the disconnect messagecloseStatus
- public String getSessionId()
public CloseStatus getCloseStatus()
public String toString()
toString
in class EventObject