default CMISEndpointBuilderFactory.AdvancedCMISEndpointConsumerBuilder |
CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder.advanced() |
|
default CMISEndpointBuilderFactory.AdvancedCMISEndpointConsumerBuilder |
CMISEndpointBuilderFactory.AdvancedCMISEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default CMISEndpointBuilderFactory.AdvancedCMISEndpointConsumerBuilder |
CMISEndpointBuilderFactory.AdvancedCMISEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default CMISEndpointBuilderFactory.AdvancedCMISEndpointConsumerBuilder |
CMISEndpointBuilderFactory.AdvancedCMISEndpointConsumerBuilder.exchangePattern(String exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default CMISEndpointBuilderFactory.AdvancedCMISEndpointConsumerBuilder |
CMISEndpointBuilderFactory.AdvancedCMISEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default CMISEndpointBuilderFactory.AdvancedCMISEndpointConsumerBuilder |
CMISEndpointBuilderFactory.AdvancedCMISEndpointConsumerBuilder.sessionFacadeFactory(Object sessionFacadeFactory) |
To use a custom CMISSessionFacadeFactory to create the
CMISSessionFacade instances.
|
default CMISEndpointBuilderFactory.AdvancedCMISEndpointConsumerBuilder |
CMISEndpointBuilderFactory.AdvancedCMISEndpointConsumerBuilder.sessionFacadeFactory(String sessionFacadeFactory) |
To use a custom CMISSessionFacadeFactory to create the
CMISSessionFacade instances.
|
default CMISEndpointBuilderFactory.AdvancedCMISEndpointConsumerBuilder |
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 |
CMISEndpointBuilderFactory.AdvancedCMISEndpointConsumerBuilder.synchronous(String synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|