- secretPropertyNames() - Method in class org.apache.camel.component.paho.PahoEndpointUriFactory
-
- setAutomaticReconnect(boolean) - Method in class org.apache.camel.component.paho.PahoConfiguration
-
Sets whether the client will automatically attempt to reconnect to the server if the connection is lost.
- setBrokerUrl(String) - Method in class org.apache.camel.component.paho.PahoConfiguration
-
The URL of the MQTT broker.
- setCleanSession(boolean) - Method in class org.apache.camel.component.paho.PahoConfiguration
-
Sets whether the client and server should remember state across restarts and reconnects.
- setClient(MqttClient) - Method in class org.apache.camel.component.paho.PahoComponent
-
To use a shared Paho client
- setClient(MqttClient) - Method in class org.apache.camel.component.paho.PahoConsumer
-
- setClient(MqttClient) - Method in class org.apache.camel.component.paho.PahoEndpoint
-
To use an existing mqtt client
- setClient(MqttClient) - Method in class org.apache.camel.component.paho.PahoProducer
-
- setClientId(String) - Method in class org.apache.camel.component.paho.PahoConfiguration
-
MQTT client identifier.
- setConfiguration(PahoConfiguration) - Method in class org.apache.camel.component.paho.PahoComponent
-
To use the shared Paho configuration
- setConnectionTimeout(int) - Method in class org.apache.camel.component.paho.PahoConfiguration
-
Sets the connection timeout value.
- setCustomWebSocketHeaders(Properties) - Method in class org.apache.camel.component.paho.PahoConfiguration
-
Sets the Custom WebSocket Headers for the WebSocket Connection.
- setExecutorServiceTimeout(int) - Method in class org.apache.camel.component.paho.PahoConfiguration
-
Set the time in seconds that the executor service should wait when terminating before forcefully terminating.
- setFilePersistenceDirectory(String) - Method in class org.apache.camel.component.paho.PahoConfiguration
-
Base directory used by file persistence.
- setHttpsHostnameVerificationEnabled(boolean) - Method in class org.apache.camel.component.paho.PahoConfiguration
-
Whether SSL HostnameVerifier is enabled or not.
- setKeepAliveInterval(int) - Method in class org.apache.camel.component.paho.PahoConfiguration
-
Sets the keep alive interval.
- setMaxInflight(int) - Method in class org.apache.camel.component.paho.PahoConfiguration
-
Sets the max inflight.
- setMaxReconnectDelay(int) - Method in class org.apache.camel.component.paho.PahoConfiguration
-
Get the maximum time (in millis) to wait between reconnects
- setMqttMessage(MqttMessage) - Method in class org.apache.camel.component.paho.PahoMessage
-
- setMqttVersion(int) - Method in class org.apache.camel.component.paho.PahoConfiguration
-
Sets the MQTT version.
- setPassword(String) - Method in class org.apache.camel.component.paho.PahoConfiguration
-
Password to be used for authentication against the MQTT broker
- setPersistence(PahoPersistence) - Method in class org.apache.camel.component.paho.PahoConfiguration
-
Client persistence to be used - memory or file.
- setQos(int) - Method in class org.apache.camel.component.paho.PahoConfiguration
-
Client quality of service level (0-2).
- setRetained(boolean) - Method in class org.apache.camel.component.paho.PahoConfiguration
-
Retain option
- setServerURIs(String) - Method in class org.apache.camel.component.paho.PahoConfiguration
-
Set a list of one or more serverURIs the client may connect to.
- setSocketFactory(SocketFactory) - Method in class org.apache.camel.component.paho.PahoConfiguration
-
Sets the SocketFactory to use.
- setSslClientProps(Properties) - Method in class org.apache.camel.component.paho.PahoConfiguration
-
Sets the SSL properties for the connection.
- setSslHostnameVerifier(HostnameVerifier) - Method in class org.apache.camel.component.paho.PahoConfiguration
-
Sets the HostnameVerifier for the SSL connection.
- setUserName(String) - Method in class org.apache.camel.component.paho.PahoConfiguration
-
Username to be used for authentication against the MQTT broker
- setWillPayload(String) - Method in class org.apache.camel.component.paho.PahoConfiguration
-
Sets the "Last Will and Testament" (LWT) for the connection.
- setWillQos(int) - Method in class org.apache.camel.component.paho.PahoConfiguration
-
Sets the "Last Will and Testament" (LWT) for the connection.
- setWillRetained(boolean) - Method in class org.apache.camel.component.paho.PahoConfiguration
-
Sets the "Last Will and Testament" (LWT) for the connection.
- setWillTopic(String) - Method in class org.apache.camel.component.paho.PahoConfiguration
-
Sets the "Last Will and Testament" (LWT) for the connection.