Package ch.rasc.wamp2spring.event
Class WampProcedureEvent
java.lang.Object
ch.rasc.wamp2spring.event.WampEvent
ch.rasc.wamp2spring.event.WampProcedureEvent
- Direct Known Subclasses:
WampProcedureRegisteredEvent,WampProcedureUnregisteredEvent
Base class for the
WampProcedureRegisteredEvent and
WampProcedureUnregisteredEvent event.-
Constructor Summary
ConstructorsConstructorDescriptionWampProcedureEvent(WampMessage wampMessage, String procedure, long registrationId) WampProcedureEvent(Long wampSessionId, String webSocketSessionId, Principal principal, String procedure, long registrationId) -
Method Summary
Modifier and TypeMethodDescriptionReturns the URI of the procedure to be called.longReturn the registration ID under which the procedure was registered at the Dealer.Methods inherited from class ch.rasc.wamp2spring.event.WampEvent
getPrincipal, getWampSessionId, getWebSocketSessionId
-
Constructor Details
-
WampProcedureEvent
-
WampProcedureEvent
-
-
Method Details
-
getProcedure
Returns the URI of the procedure to be called. -
getRegistrationId
public long getRegistrationId()Return the registration ID under which the procedure was registered at the Dealer.
-