default RefEndpointBuilderFactory.AdvancedRefEndpointConsumerBuilder |
RefEndpointBuilderFactory.RefEndpointConsumerBuilder.advanced() |
|
default RefEndpointBuilderFactory.AdvancedRefEndpointConsumerBuilder |
RefEndpointBuilderFactory.AdvancedRefEndpointConsumerBuilder.exceptionHandler(String exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default RefEndpointBuilderFactory.AdvancedRefEndpointConsumerBuilder |
RefEndpointBuilderFactory.AdvancedRefEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler) |
To let the consumer use a custom ExceptionHandler.
|
default RefEndpointBuilderFactory.AdvancedRefEndpointConsumerBuilder |
RefEndpointBuilderFactory.AdvancedRefEndpointConsumerBuilder.exchangePattern(String exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default RefEndpointBuilderFactory.AdvancedRefEndpointConsumerBuilder |
RefEndpointBuilderFactory.AdvancedRefEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern) |
Sets the exchange pattern when the consumer creates an exchange.
|
default RefEndpointBuilderFactory.AdvancedRefEndpointConsumerBuilder |
RefEndpointBuilderFactory.AdvancedRefEndpointConsumerBuilder.synchronous(boolean synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default RefEndpointBuilderFactory.AdvancedRefEndpointConsumerBuilder |
RefEndpointBuilderFactory.AdvancedRefEndpointConsumerBuilder.synchronous(String synchronous) |
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|