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