default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.automaticReconnect(boolean automaticReconnect) |
Sets whether the client will automatically attempt to reconnect to
the server if the connection is lost.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.automaticReconnect(String automaticReconnect) |
Sets whether the client will automatically attempt to reconnect to
the server if the connection is lost.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointBuilder.basic() |
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.brokerUrl(String brokerUrl) |
The URL of the MQTT broker.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.cleanSession(boolean cleanSession) |
Sets whether the client and server should remember state across
restarts and reconnects.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.cleanSession(String cleanSession) |
Sets whether the client and server should remember state across
restarts and reconnects.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.clientId(String clientId) |
MQTT client identifier.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.connectionTimeout(int connectionTimeout) |
Sets the connection timeout value.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.connectionTimeout(String connectionTimeout) |
Sets the connection timeout value.
|
static PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.filePersistenceDirectory(String filePersistenceDirectory) |
Base directory used by file persistence.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.httpsHostnameVerificationEnabled(boolean httpsHostnameVerificationEnabled) |
Whether SSL HostnameVerifier is enabled or not.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.httpsHostnameVerificationEnabled(String httpsHostnameVerificationEnabled) |
Whether SSL HostnameVerifier is enabled or not.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.keepAliveInterval(int keepAliveInterval) |
Sets the keep alive interval.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.keepAliveInterval(String keepAliveInterval) |
Sets the keep alive interval.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.maxInflight(int maxInflight) |
Sets the max inflight.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.maxInflight(String maxInflight) |
Sets the max inflight.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.maxReconnectDelay(int maxReconnectDelay) |
Get the maximum time (in millis) to wait between reconnects.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.maxReconnectDelay(String maxReconnectDelay) |
Get the maximum time (in millis) to wait between reconnects.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.mqttVersion(int mqttVersion) |
Sets the MQTT version.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.mqttVersion(String mqttVersion) |
Sets the MQTT version.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoBuilders.paho(String path) |
Paho (camel-paho)
Communicate with MQTT message brokers using Eclipse Paho MQTT Client.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoBuilders.paho(String componentName,
String path) |
Paho (camel-paho)
Communicate with MQTT message brokers using Eclipse Paho MQTT Client.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.password(String password) |
Password to be used for authentication against the MQTT broker.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.persistence(String persistence) |
Client persistence to be used - memory or file.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.persistence(PahoEndpointBuilderFactory.PahoPersistence persistence) |
Client persistence to be used - memory or file.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.qos(int qos) |
Client quality of service level (0-2).
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.qos(String qos) |
Client quality of service level (0-2).
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.retained(boolean retained) |
Retain option.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.retained(String retained) |
Retain option.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.serverURIs(String serverURIs) |
Set a list of one or more serverURIs the client may connect to.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.socketFactory(Object socketFactory) |
Sets the SocketFactory to use.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.socketFactory(String socketFactory) |
Sets the SocketFactory to use.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.sslClientProps(String sslClientProps) |
Sets the SSL properties for the connection.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.sslClientProps(Properties sslClientProps) |
Sets the SSL properties for the connection.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.sslHostnameVerifier(Object sslHostnameVerifier) |
Sets the HostnameVerifier for the SSL connection.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.sslHostnameVerifier(String sslHostnameVerifier) |
Sets the HostnameVerifier for the SSL connection.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.userName(String userName) |
Username to be used for authentication against the MQTT broker.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.willPayload(String willPayload) |
Sets the Last Will and Testament (LWT) for the connection.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.willQos(int willQos) |
Sets the Last Will and Testament (LWT) for the connection.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.willQos(String willQos) |
Sets the Last Will and Testament (LWT) for the connection.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.willRetained(boolean willRetained) |
Sets the Last Will and Testament (LWT) for the connection.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.willRetained(String willRetained) |
Sets the Last Will and Testament (LWT) for the connection.
|
default PahoEndpointBuilderFactory.PahoEndpointBuilder |
PahoEndpointBuilderFactory.PahoEndpointBuilder.willTopic(String willTopic) |
Sets the Last Will and Testament (LWT) for the connection.
|