default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.automaticReconnect(boolean automaticReconnect) |
Sets whether the client will automatically attempt to reconnect to
the server if the connection is lost.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.automaticReconnect(String automaticReconnect) |
Sets whether the client will automatically attempt to reconnect to
the server if the connection is lost.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.basic() |
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.bridgeErrorHandler(String bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.brokerUrl(String brokerUrl) |
The URL of the MQTT broker.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.cleanSession(boolean cleanSession) |
Sets whether the client and server should remember state across
restarts and reconnects.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.cleanSession(String cleanSession) |
Sets whether the client and server should remember state across
restarts and reconnects.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.clientId(String clientId) |
MQTT client identifier.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.connectionTimeout(int connectionTimeout) |
Sets the connection timeout value.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.connectionTimeout(String connectionTimeout) |
Sets the connection timeout value.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.filePersistenceDirectory(String filePersistenceDirectory) |
Base directory used by file persistence.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.httpsHostnameVerificationEnabled(boolean httpsHostnameVerificationEnabled) |
Whether SSL HostnameVerifier is enabled or not.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.httpsHostnameVerificationEnabled(String httpsHostnameVerificationEnabled) |
Whether SSL HostnameVerifier is enabled or not.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.keepAliveInterval(int keepAliveInterval) |
Sets the keep alive interval.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.keepAliveInterval(String keepAliveInterval) |
Sets the keep alive interval.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.maxInflight(int maxInflight) |
Sets the max inflight.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.maxInflight(String maxInflight) |
Sets the max inflight.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.maxReconnectDelay(int maxReconnectDelay) |
Get the maximum time (in millis) to wait between reconnects.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.maxReconnectDelay(String maxReconnectDelay) |
Get the maximum time (in millis) to wait between reconnects.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.mqttVersion(int mqttVersion) |
Sets the MQTT version.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.mqttVersion(String mqttVersion) |
Sets the MQTT version.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.password(String password) |
Password to be used for authentication against the MQTT broker.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.persistence(String persistence) |
Client persistence to be used - memory or file.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.persistence(PahoEndpointBuilderFactory.PahoPersistence persistence) |
Client persistence to be used - memory or file.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.qos(int qos) |
Client quality of service level (0-2).
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.qos(String qos) |
Client quality of service level (0-2).
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.retained(boolean retained) |
Retain option.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.retained(String retained) |
Retain option.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.serverURIs(String serverURIs) |
Set a list of one or more serverURIs the client may connect to.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.socketFactory(Object socketFactory) |
Sets the SocketFactory to use.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.socketFactory(String socketFactory) |
Sets the SocketFactory to use.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.sslClientProps(String sslClientProps) |
Sets the SSL properties for the connection.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.sslClientProps(Properties sslClientProps) |
Sets the SSL properties for the connection.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.sslHostnameVerifier(Object sslHostnameVerifier) |
Sets the HostnameVerifier for the SSL connection.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.sslHostnameVerifier(String sslHostnameVerifier) |
Sets the HostnameVerifier for the SSL connection.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.userName(String userName) |
Username to be used for authentication against the MQTT broker.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.willPayload(String willPayload) |
Sets the Last Will and Testament (LWT) for the connection.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.willQos(int willQos) |
Sets the Last Will and Testament (LWT) for the connection.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.willQos(String willQos) |
Sets the Last Will and Testament (LWT) for the connection.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.willRetained(boolean willRetained) |
Sets the Last Will and Testament (LWT) for the connection.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.willRetained(String willRetained) |
Sets the Last Will and Testament (LWT) for the connection.
|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.willTopic(String willTopic) |
Sets the Last Will and Testament (LWT) for the connection.
|