Class Subscribed

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

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

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

    Constructors 
    Constructor Description
    Subscribed​(long request, long subscription)  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<java.lang.Object> marshal()  
    static Subscribed 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