Package ch.rasc.wamp2spring.event
Class WampSubscriptionDeletedEvent
java.lang.Object
ch.rasc.wamp2spring.event.WampEvent
ch.rasc.wamp2spring.event.WampSubscriptionEvent
ch.rasc.wamp2spring.event.WampSubscriptionDeletedEvent
Fired when a subscription is deleted after the last session attached to it has been
removed.
This event is always preceded by a
WampSubscriptionUnsubscribedEvent event.-
Constructor Summary
ConstructorsConstructorDescriptionWampSubscriptionDeletedEvent(WampDisconnectEvent event, SubscriptionDetail detail) WampSubscriptionDeletedEvent(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
-
WampSubscriptionDeletedEvent
-
WampSubscriptionDeletedEvent
-