| 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.AdvancedPahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.advanced() |
default PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.client(Object client)
To use an existing mqtt client.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.client(String client)
To use an existing mqtt client.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.customWebSocketHeaders(Properties customWebSocketHeaders)
Sets the Custom WebSocket Headers for the WebSocket Connection.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.customWebSocketHeaders(String customWebSocketHeaders)
Sets the Custom WebSocket Headers for the WebSocket Connection.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.executorServiceTimeout(int executorServiceTimeout)
Set the time in seconds that the executor service should wait when
terminating before forcefully terminating.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.executorServiceTimeout(String executorServiceTimeout)
Set the time in seconds that the executor service should wait when
terminating before forcefully terminating.
|
Apache Camel