default PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder.advanced() |
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.bridgeErrorHandler(String bridgeErrorHandler) |
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.client(String client) |
To use an existing mqtt client.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.client(org.eclipse.paho.client.mqttv3.MqttClient client) |
To use an existing mqtt client.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.customWebSocketHeaders(String customWebSocketHeaders) |
Sets the Custom WebSocket Headers for the WebSocket Connection.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.customWebSocketHeaders(Properties customWebSocketHeaders) |
Sets the Custom WebSocket Headers for the WebSocket Connection.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
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.exchangePattern(String exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
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.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.
|