Class WampSubscriptionCreatedEvent


public class WampSubscriptionCreatedEvent extends WampSubscriptionEvent
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 Details