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