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