Package ch.rasc.wamp2spring.message
Class YieldMessage
java.lang.Object
ch.rasc.wamp2spring.message.WampMessage
ch.rasc.wamp2spring.message.YieldMessage
- All Implemented Interfaces:
org.springframework.messaging.Message<Object>
[YIELD, INVOCATION.Request|id, Options|dict]
[YIELD, INVOCATION.Request|id, Options|dict, Arguments|list]
[YIELD, INVOCATION.Request|id, Options|dict, Arguments|list, ArgumentsKw|dict]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic YieldMessagedeserialize(com.fasterxml.jackson.core.JsonParser jp) longvoidserialize(com.fasterxml.jackson.core.JsonGenerator generator) toString()Methods inherited from class ch.rasc.wamp2spring.message.WampMessage
deserialize, getCode, getHeader, getHeaders, getPayload, getPrincipal, getWampSessionId, getWebSocketSessionId, setHeader, setReceiver, setReceiverWebSocketSessionId
-
Constructor Details
-
YieldMessage
-
-
Method Details
-
deserialize
- Throws:
IOException
-
serialize
- Specified by:
serializein classWampMessage- Throws:
IOException
-
getRequestId
public long getRequestId() -
getArguments
-
getArgumentsKw
-
toString
-