public static interface Jt400EndpointBuilderFactory.AdvancedJt400EndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder |
basic() |
default Jt400EndpointBuilderFactory.AdvancedJt400EndpointConsumerBuilder |
exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default Jt400EndpointBuilderFactory.AdvancedJt400EndpointConsumerBuilder |
exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default Jt400EndpointBuilderFactory.AdvancedJt400EndpointConsumerBuilder |
exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default Jt400EndpointBuilderFactory.AdvancedJt400EndpointConsumerBuilder |
exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default Jt400EndpointBuilderFactory.AdvancedJt400EndpointConsumerBuilder |
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 Jt400EndpointBuilderFactory.AdvancedJt400EndpointConsumerBuilder |
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 Jt400EndpointBuilderFactory.Jt400EndpointConsumerBuilder basic()
default Jt400EndpointBuilderFactory.AdvancedJt400EndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
exceptionHandler - the value to setdefault Jt400EndpointBuilderFactory.AdvancedJt400EndpointConsumerBuilder exceptionHandler(String exceptionHandler)
exceptionHandler - the value to setdefault Jt400EndpointBuilderFactory.AdvancedJt400EndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
exchangePattern - the value to setdefault Jt400EndpointBuilderFactory.AdvancedJt400EndpointConsumerBuilder exchangePattern(String exchangePattern)
exchangePattern - the value to setdefault Jt400EndpointBuilderFactory.AdvancedJt400EndpointConsumerBuilder pollStrategy(org.apache.camel.spi.PollingConsumerPollStrategy pollStrategy)
pollStrategy - the value to setdefault Jt400EndpointBuilderFactory.AdvancedJt400EndpointConsumerBuilder pollStrategy(String pollStrategy)
pollStrategy - the value to setApache Camel