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