| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PahoEndpointBuilderFactory.AdvancedPahoEndpointBuilder
Advanced builder for endpoint for the Paho component.
|
| Modifier and Type | Method and Description |
|---|---|
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(Properties customWebSocketHeaders)
Sets the Custom WebSocket Headers for the WebSocket Connection.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointProducerBuilder.customWebSocketHeaders(String 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).
|
Apache Camel