public static interface PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default PahoEndpointBuilderFactory.PahoEndpointConsumerBuilder |
basic() |
default PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
default PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder |
basicPropertyBinding(String basicPropertyBinding)
Whether the endpoint should use basic property binding (Camel 2.x) or
the newer property binding with additional capabilities.
|
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)
org.apache.camel.spi.ExceptionHandler
type.
Group: consumer (advanced)default PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
org.apache.camel.spi.ExceptionHandler type.
Group: consumer (advanced)default PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
org.apache.camel.ExchangePattern type.
Group: consumer (advanced)default PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder exchangePattern(String exchangePattern)
org.apache.camel.ExchangePattern type.
Group: consumer (advanced)default PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder basicPropertyBinding(String basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder client(Object client)
org.eclipse.paho.client.mqttv3.MqttClient type.
Group: advanceddefault PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder client(String client)
org.eclipse.paho.client.mqttv3.MqttClient type.
Group: advanceddefault PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder customWebSocketHeaders(Properties customWebSocketHeaders)
java.util.Properties type.
Group: advanceddefault PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder customWebSocketHeaders(String customWebSocketHeaders)
java.util.Properties
type.
Group: advanceddefault PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder executorServiceTimeout(int executorServiceTimeout)
int type.
Default: 1
Group: advanceddefault PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder executorServiceTimeout(String executorServiceTimeout)
int type.
Default: 1
Group: advanceddefault PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder synchronous(boolean synchronous)
boolean type.
Default: false
Group: advanceddefault PahoEndpointBuilderFactory.AdvancedPahoEndpointConsumerBuilder synchronous(String synchronous)
boolean type.
Default: false
Group: advancedApache Camel