Package ch.rasc.wamp2spring.event
Class WampDisconnectEvent
java.lang.Object
ch.rasc.wamp2spring.event.WampEvent
ch.rasc.wamp2spring.event.WampDisconnectEvent
Event published when a client disconnect from the server.
-
Constructor Summary
ConstructorsConstructorDescriptionWampDisconnectEvent(Long wampSessionId, String webSocketSessionId, Principal principal) -
Method Summary
Methods inherited from class ch.rasc.wamp2spring.event.WampEvent
getPrincipal, getWampSessionId, getWebSocketSessionId
-
Constructor Details
-
WampDisconnectEvent
-