Class PahoConstants


  • public final class PahoConstants
    extends Object
    Constants to use when working with Paho component.
    • Field Detail

      • MQTT_TOPIC

        @Metadata(label="consumer",
                  description="The name of the topic.",
                  javaType="String")
        public static final String MQTT_TOPIC
        Header indicating a topic of a MQTT message.
        See Also:
        Constant Field Values
      • MQTT_QOS

        @Metadata(label="consumer",
                  description="The quality of service of the incoming message.",
                  javaType="Integer")
        public static final String MQTT_QOS
        Header indicating a QoS of a MQTT message.
        See Also:
        Constant Field Values
      • CAMEL_PAHO_MSG_QOS

        @Metadata(label="producer",
                  description="The client quality of service level (0-2).",
                  javaType="Integer")
        public static final String CAMEL_PAHO_MSG_QOS
        See Also:
        Constant Field Values
      • CAMEL_PAHO_MSG_RETAINED

        @Metadata(label="producer",
                  description="Retain option.",
                  javaType="Boolean")
        public static final String CAMEL_PAHO_MSG_RETAINED
        See Also:
        Constant Field Values
      • CAMEL_PAHO_OVERRIDE_TOPIC

        @Metadata(label="producer",
                  description="The name of topic to override and send to instead of topic specified on endpoint.",
                  javaType="String")
        public static final String CAMEL_PAHO_OVERRIDE_TOPIC
        See Also:
        Constant Field Values