Uses of Class
ch.rasc.wamp2spring.message.RegisterMessage
Packages that use RegisterMessage
-
Uses of RegisterMessage in ch.rasc.wamp2spring.event
Constructors in ch.rasc.wamp2spring.event with parameters of type RegisterMessageModifierConstructorDescriptionWampProcedureRegisteredEvent(RegisterMessage registerMessage, long registrationId) -
Uses of RegisterMessage in ch.rasc.wamp2spring.message
Methods in ch.rasc.wamp2spring.message that return RegisterMessageModifier and TypeMethodDescriptionstatic RegisterMessageRegisterMessage.deserialize(com.fasterxml.jackson.core.JsonParser jp) Constructors in ch.rasc.wamp2spring.message with parameters of type RegisterMessageModifierConstructorDescriptionErrorMessage(RegisterMessage registerMessage, WampError error) RegisteredMessage(RegisterMessage registerMessage, long registrationId) -
Uses of RegisterMessage in ch.rasc.wamp2spring.rpc
Constructors in ch.rasc.wamp2spring.rpc with parameters of type RegisterMessageModifierConstructorDescriptionProcedure(RegisterMessage registerMessage, long registrationId, boolean isDealerCallerIdentificationFeatureEnabled)