| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PahoEndpointBuilderFactory.PahoEndpointBuilder
Builder for endpoint for the Paho component.
|
| Modifier and Type | Method and Description |
|---|---|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.automaticReconnect(boolean automaticReconnect)
Sets whether the client will automatically attempt to reconnect to
the server if the connection is lost.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.automaticReconnect(String automaticReconnect)
Sets whether the client will automatically attempt to reconnect to
the server if the connection is lost.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder.basic() |
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.brokerUrl(String brokerUrl)
The URL of the MQTT broker.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.cleanSession(boolean cleanSession)
Sets whether the client and server should remember state across
restarts and reconnects.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.cleanSession(String cleanSession)
Sets whether the client and server should remember state across
restarts and reconnects.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.clientId(String clientId)
MQTT client identifier.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.connectionTimeout(int connectionTimeout)
Sets the connection timeout value.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.connectionTimeout(String connectionTimeout)
Sets the connection timeout value.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.filePersistenceDirectory(String filePersistenceDirectory)
Base directory used by file persistence.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.httpsHostnameVerificationEnabled(boolean httpsHostnameVerificationEnabled)
Whether SSL HostnameVerifier is enabled or not.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.httpsHostnameVerificationEnabled(String httpsHostnameVerificationEnabled)
Whether SSL HostnameVerifier is enabled or not.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.keepAliveInterval(int keepAliveInterval)
Sets the keep alive interval.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.keepAliveInterval(String keepAliveInterval)
Sets the keep alive interval.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.maxInflight(int maxInflight)
Sets the max inflight.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.maxInflight(String maxInflight)
Sets the max inflight.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.maxReconnectDelay(int maxReconnectDelay)
Get the maximum time (in millis) to wait between reconnects.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.maxReconnectDelay(String maxReconnectDelay)
Get the maximum time (in millis) to wait between reconnects.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.mqttVersion(int mqttVersion)
Sets the MQTT version.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.mqttVersion(String mqttVersion)
Sets the MQTT version.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.password(String password)
Password to be used for authentication against the MQTT broker.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.persistence(PahoEndpointBuilderFactory.PahoPersistence persistence)
Client persistence to be used - memory or file.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.persistence(String persistence)
Client persistence to be used - memory or file.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.qos(int qos)
Client quality of service level (0-2).
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.qos(String qos)
Client quality of service level (0-2).
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.retained(boolean retained)
Retain option.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.retained(String retained)
Retain option.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.serverURIs(String serverURIs)
Set a list of one or more serverURIs the client may connect to.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.socketFactory(Object socketFactory)
Sets the SocketFactory to use.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.socketFactory(String socketFactory)
Sets the SocketFactory to use.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.sslClientProps(Properties sslClientProps)
Sets the SSL properties for the connection.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.sslClientProps(String sslClientProps)
Sets the SSL properties for the connection.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.sslHostnameVerifier(Object sslHostnameVerifier)
Sets the HostnameVerifier for the SSL connection.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.sslHostnameVerifier(String sslHostnameVerifier)
Sets the HostnameVerifier for the SSL connection.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.userName(String userName)
Username to be used for authentication against the MQTT broker.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.willPayload(String willPayload)
Sets the Last Will and Testament (LWT) for the connection.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.willQos(int willQos)
Sets the Last Will and Testament (LWT) for the connection.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.willQos(String willQos)
Sets the Last Will and Testament (LWT) for the connection.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.willRetained(boolean willRetained)
Sets the Last Will and Testament (LWT) for the connection.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.willRetained(String willRetained)
Sets the Last Will and Testament (LWT) for the connection.
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.willTopic(String willTopic)
Sets the Last Will and Testament (LWT) for the connection.
|
Apache Camel