public static interface PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder |
basic() |
default PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder |
client(Object client)
To use an existing mqtt client.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder |
client(String client)
To use an existing mqtt client.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder |
customWebSocketHeaders(Properties customWebSocketHeaders)
Sets the Custom WebSocket Headers for the WebSocket Connection.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder |
customWebSocketHeaders(String customWebSocketHeaders)
Sets the Custom WebSocket Headers for the WebSocket Connection.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder |
executorServiceTimeout(int executorServiceTimeout)
Set the time in seconds that the executor service should wait when
terminating before forcefully terminating.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder |
executorServiceTimeout(String executorServiceTimeout)
Set the time in seconds that the executor service should wait when
terminating before forcefully terminating.
|
default 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 |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default PahoEndpointBuilderFactory.PahoEndpointProducerBuilder basic()
default PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder client(Object client)
client - the value to setdefault PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder client(String client)
client - the value to setdefault PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder customWebSocketHeaders(Properties customWebSocketHeaders)
customWebSocketHeaders - the value to setdefault PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder customWebSocketHeaders(String customWebSocketHeaders)
customWebSocketHeaders - the value to setdefault PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder executorServiceTimeout(int executorServiceTimeout)
executorServiceTimeout - the value to setdefault PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder executorServiceTimeout(String executorServiceTimeout)
executorServiceTimeout - the value to setdefault PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel