Class PahoMqtt5Constants

java.lang.Object
org.apache.camel.component.paho.mqtt5.PahoMqtt5Constants

public final class PahoMqtt5Constants extends Object
Constants to use when working with Paho MQTT 5 component.
  • Field Details

    • 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:
    • 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:
    • DEFAULT_BROKER_URL

      public static final String DEFAULT_BROKER_URL
      See Also:
    • DEFAULT_QOS

      public static final int DEFAULT_QOS
      See Also:
    • CAMEL_PAHO

      public static final String CAMEL_PAHO
      See Also:
    • 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:
    • CAMEL_PAHO_MSG_RETAINED

      @Metadata(label="producer", description="Retain option.", javaType="Boolean") public static final String CAMEL_PAHO_MSG_RETAINED
      See Also:
    • 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: