public static interface OBSEndpointBuilderFactory.AdvancedOBSEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder |
basic() |
default OBSEndpointBuilderFactory.AdvancedOBSEndpointConsumerBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default OBSEndpointBuilderFactory.AdvancedOBSEndpointConsumerBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default OBSEndpointBuilderFactory.AdvancedOBSEndpointConsumerBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default OBSEndpointBuilderFactory.AdvancedOBSEndpointConsumerBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default OBSEndpointBuilderFactory.AdvancedOBSEndpointConsumerBuilder |
pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy)
A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing
you to provide your custom implementation to control error handling
usually occurred during the poll operation before an Exchange have
been created and being routed in Camel.
|
default OBSEndpointBuilderFactory.AdvancedOBSEndpointConsumerBuilder |
pollStrategy(String pollStrategy)
A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing
you to provide your custom implementation to control error handling
usually occurred during the poll operation before an Exchange have
been created and being routed in Camel.
|
default OBSEndpointBuilderFactory.OBSEndpointConsumerBuilder basic()
default OBSEndpointBuilderFactory.AdvancedOBSEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault OBSEndpointBuilderFactory.AdvancedOBSEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault OBSEndpointBuilderFactory.AdvancedOBSEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault OBSEndpointBuilderFactory.AdvancedOBSEndpointConsumerBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault OBSEndpointBuilderFactory.AdvancedOBSEndpointConsumerBuilder pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy)
pollStrategy - the value to setdefault OBSEndpointBuilderFactory.AdvancedOBSEndpointConsumerBuilder pollStrategy(String pollStrategy)
pollStrategy - the value to setApache Camel