Class PubNubConstants


  • public abstract class PubNubConstants
    extends Object
    • Field Detail

      • OPERATION

        @Metadata(label="producer",
                  description="The operation to perform.",
                  javaType="String")
        public static final String OPERATION
        See Also:
        Constant Field Values
      • TIMETOKEN

        @Metadata(description="The Timestamp for the event.",
                  javaType="Long")
        public static final String TIMETOKEN
        See Also:
        Constant Field Values
      • CHANNEL

        @Metadata(label="consumer",
                  description="The channel for which the message belongs.",
                  javaType="String")
        public static final String CHANNEL
        See Also:
        Constant Field Values
      • UUID

        @Metadata(label="producer",
                  description="UUID to be used as a device identifier.",
                  javaType="String")
        public static final String UUID
        See Also:
        Constant Field Values
    • Constructor Detail

      • PubNubConstants

        public PubNubConstants()