Class SubscribeScopeMessage

  • All Implemented Interfaces:
    JsonMessage, java.io.Serializable

    public class SubscribeScopeMessage
    extends java.lang.Object
    implements JsonMessage
         {
             "type": "subscribe",
             "id": id
         }
     
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String id  
      java.lang.String type  
    • Constructor Summary

      Constructors 
      Constructor Description
      SubscribeScopeMessage​(java.lang.String id)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • id

        public final java.lang.String id
    • Constructor Detail

      • SubscribeScopeMessage

        public SubscribeScopeMessage​(java.lang.String id)