default PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.PahoEndpointProducerBuilder.advanced() |
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder.client(Object client) |
To use an existing mqtt client.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder.client(String client) |
To use an existing mqtt client.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder.customWebSocketHeaders(String customWebSocketHeaders) |
Sets the Custom WebSocket Headers for the WebSocket Connection.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder.customWebSocketHeaders(Properties customWebSocketHeaders) |
Sets the Custom WebSocket Headers for the WebSocket Connection.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder.executorServiceTimeout(int executorServiceTimeout) |
Set the time in seconds that the executor service should wait when
terminating before forcefully terminating.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder.executorServiceTimeout(String executorServiceTimeout) |
Set the time in seconds that the executor service should wait when
terminating before forcefully terminating.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder.synchronous(boolean synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder.synchronous(String synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|