Package ch.rasc.wamp2spring.event
Class WampSubscriptionCreatedEvent
java.lang.Object
ch.rasc.wamp2spring.event.WampEvent
ch.rasc.wamp2spring.event.WampSubscriptionEvent
ch.rasc.wamp2spring.event.WampSubscriptionCreatedEvent
Fired when a subscription is created through a subscription request for a topic which
was previously without subscribers.
A
WampSubscriptionSubscribedEvent is always fired after this event, since the
first subscribe results in both the creation of the subscription and the addition of a
session-
Constructor Summary
ConstructorsConstructorDescriptionWampSubscriptionCreatedEvent(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
-
WampSubscriptionCreatedEvent
-