Class Published
- java.lang.Object
-
- io.crossbar.autobahn.wamp.messages.Published
-
-
Field Summary
Fields Modifier and Type Field Description static intMESSAGE_TYPElongpublicationlongrequest
-
Constructor Summary
Constructors Constructor Description Published(long request, long publication)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Object>marshal()static Publishedparse(java.util.List<java.lang.Object> wmsg)
-
-
-
Field Detail
-
MESSAGE_TYPE
public static final int MESSAGE_TYPE
- See Also:
- Constant Field Values
-
request
public final long request
-
publication
public final long publication
-
-