Class PahoEndpointBuilderFactory.PahoHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.PahoEndpointBuilderFactory.PahoHeaderNameBuilder
- Enclosing interface:
- PahoEndpointBuilderFactory
The builder of headers' name for the Paho component.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PahoHeaderNameBuilder
public PahoHeaderNameBuilder()
-
-
Method Details
-
mqttTopic
The name of the topic. The option is a:Stringtype. Group: consumer- Returns:
- the name of the header
MqttTopic.
-
mqttQoS
The quality of service of the incoming message. The option is a:Integertype. Group: consumer- Returns:
- the name of the header
MqttQoS.
-
pahoQos
The client quality of service level (0-2). The option is a:Integertype. Group: producer- Returns:
- the name of the header
PahoQos.
-
pahoRetained
Retain option. The option is a:Booleantype. Group: producer- Returns:
- the name of the header
PahoRetained.
-
pahoOverrideTopic
The name of topic to override and send to instead of topic specified on endpoint. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
PahoOverrideTopic.
-