Package ch.rasc.wamp2spring.event
Class WampSubscriptionUnsubscribedEvent
java.lang.Object
ch.rasc.wamp2spring.event.WampEvent
ch.rasc.wamp2spring.event.WampSubscriptionEvent
ch.rasc.wamp2spring.event.WampSubscriptionUnsubscribedEvent
Fired when a session is removed from a subscription.
-
Constructor Summary
ConstructorsConstructorDescriptionWampSubscriptionUnsubscribedEvent(WampMessage wampMessage, SubscriptionDetail subscriptionDetail) -
Method Summary
Methods inherited from class ch.rasc.wamp2spring.event.WampSubscriptionEvent
getSubscriptionDetailMethods inherited from class ch.rasc.wamp2spring.event.WampEvent
getPrincipal, getWampSessionId, getWebSocketSessionId
-
Constructor Details
-
WampSubscriptionUnsubscribedEvent
public WampSubscriptionUnsubscribedEvent(WampMessage wampMessage, SubscriptionDetail subscriptionDetail) -
WampSubscriptionUnsubscribedEvent
-