Class PubNubConstants
- java.lang.Object
-
- org.apache.camel.component.pubnub.PubNubConstants
-
public abstract class PubNubConstants extends Object
-
-
Constructor Summary
Constructors Constructor Description PubNubConstants()
-
-
-
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
-
-