public static interface ServerEndpointBuilderFactory.AdvancedServerEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder |
basic() |
default ServerEndpointBuilderFactory.AdvancedServerEndpointConsumerBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default ServerEndpointBuilderFactory.AdvancedServerEndpointConsumerBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default ServerEndpointBuilderFactory.AdvancedServerEndpointConsumerBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default ServerEndpointBuilderFactory.AdvancedServerEndpointConsumerBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default ServerEndpointBuilderFactory.AdvancedServerEndpointConsumerBuilder |
synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default ServerEndpointBuilderFactory.AdvancedServerEndpointConsumerBuilder |
synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default ServerEndpointBuilderFactory.ServerEndpointConsumerBuilder basic()
default ServerEndpointBuilderFactory.AdvancedServerEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault ServerEndpointBuilderFactory.AdvancedServerEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault ServerEndpointBuilderFactory.AdvancedServerEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault ServerEndpointBuilderFactory.AdvancedServerEndpointConsumerBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault ServerEndpointBuilderFactory.AdvancedServerEndpointConsumerBuilder synchronous(boolean synchronous)
synchronous - the value to setdefault ServerEndpointBuilderFactory.AdvancedServerEndpointConsumerBuilder synchronous(String synchronous)
synchronous - the value to setApache Camel