Package ch.rasc.wamp2spring.event
Class WampProcedureRegisteredEvent
java.lang.Object
ch.rasc.wamp2spring.event.WampEvent
ch.rasc.wamp2spring.event.WampProcedureEvent
ch.rasc.wamp2spring.event.WampProcedureRegisteredEvent
Fired when a Callee session is added to a registration.
-
Constructor Summary
ConstructorsConstructorDescriptionWampProcedureRegisteredEvent(RegisterMessage registerMessage, long registrationId) -
Method Summary
Methods inherited from class ch.rasc.wamp2spring.event.WampProcedureEvent
getProcedure, getRegistrationIdMethods inherited from class ch.rasc.wamp2spring.event.WampEvent
getPrincipal, getWampSessionId, getWebSocketSessionId
-
Constructor Details
-
WampProcedureRegisteredEvent
-