Class 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

      All Methods Static Methods Instance Methods Concrete Methods 
      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
    • Constructor Detail

      • Subscribe

        public Subscribe​(long request,
                         SubscribeOptions options,
                         java.lang.String topic)
    • Method Detail

      • parse

        public static Subscribe parse​(java.util.List<java.lang.Object> wmsg)
      • marshal

        public java.util.List<java.lang.Object> marshal()
        Specified by:
        marshal in interface IMessage