- setAutoReconnect(boolean) - Method in class org.apache.camel.component.paho.PahoEndpoint
-
Client will automatically attempt to reconnect to the server if the connection is lost
- setBrokerUrl(String) - Method in class org.apache.camel.component.paho.PahoComponent
-
The URL of the MQTT broker.
- setBrokerUrl(String) - Method in class org.apache.camel.component.paho.PahoEndpoint
-
The URL of the MQTT broker.
- setClient(MqttClient) - Method in class org.apache.camel.component.paho.PahoEndpoint
-
To use the existing MqttClient instance as client.
- setClientId(String) - Method in class org.apache.camel.component.paho.PahoComponent
-
MQTT client identifier.
- setClientId(String) - Method in class org.apache.camel.component.paho.PahoEndpoint
-
MQTT client identifier.
- setConnectOptions(MqttConnectOptions) - Method in class org.apache.camel.component.paho.PahoComponent
-
Client connection options
- setConnectOptions(MqttConnectOptions) - Method in class org.apache.camel.component.paho.PahoEndpoint
-
Client connection options
- setFilePersistenceDirectory(String) - Method in class org.apache.camel.component.paho.PahoEndpoint
-
Base directory used by the file persistence provider.
- setMqttMessage(MqttMessage) - Method in class org.apache.camel.component.paho.PahoMessage
-
- setPassword(String) - Method in class org.apache.camel.component.paho.PahoEndpoint
-
Password to be used for authentication against the MQTT broker
- setPersistence(PahoPersistence) - Method in class org.apache.camel.component.paho.PahoEndpoint
-
Client persistence to be used - memory or file.
- setQos(int) - Method in class org.apache.camel.component.paho.PahoEndpoint
-
Client quality of service level (0-2).
- setResolveMqttConnectOptions(boolean) - Method in class org.apache.camel.component.paho.PahoEndpoint
-
Define if you don't want to resolve the MQTT Connect Options from registry
- setRetained(boolean) - Method in class org.apache.camel.component.paho.PahoEndpoint
-
Retain option
- setTopic(String) - Method in class org.apache.camel.component.paho.PahoEndpoint
-
Name of the topic
- setUserName(String) - Method in class org.apache.camel.component.paho.PahoEndpoint
-
Username to be used for authentication against the MQTT broker