Class Subscribe

java.lang.Object
io.crossbar.autobahn.wamp.messages.Subscribe
All Implemented Interfaces:
IMessage

public class Subscribe
extends java.lang.Object
implements IMessage
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int MESSAGE_TYPE  
  • Constructor Summary

    Constructors 
    Constructor Description
    Subscribe​(long request, SubscribeOptions options, java.lang.String topic)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<java.lang.Object> marshal()  
    static Subscribe parse​(java.util.List<java.lang.Object> wmsg)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait