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(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.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.synchronous(boolean synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder |
PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder.synchronous(String synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|