Class Unsubscribe
java.lang.Object
io.crossbar.autobahn.wamp.messages.Unsubscribe
- All Implemented Interfaces:
IMessage
public class Unsubscribe extends java.lang.Object implements IMessage
-
Field Summary
Fields Modifier and Type Field Description static intMESSAGE_TYPE -
Constructor Summary
Constructors Constructor Description Unsubscribe(long request, long subscription) -
Method Summary
Modifier and Type Method Description java.util.List<java.lang.Object>marshal()static Unsubscribeparse(java.util.List<java.lang.Object> wmsg)
-
Field Details
-
MESSAGE_TYPE
public static final int MESSAGE_TYPE- See Also:
- Constant Field Values
-
-
Constructor Details
-
Unsubscribe
public Unsubscribe(long request, long subscription)
-
-
Method Details