| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BlobServiceEndpointBuilderFactory.AdvancedBlobServiceEndpointBuilder
Advanced builder for endpoint for the Azure Storage Blob Service
(Deprecated) component.
|
| Modifier and Type | Method and Description |
|---|---|
default BlobServiceEndpointBuilderFactory.AdvancedBlobServiceEndpointConsumerBuilder |
BlobServiceEndpointBuilderFactory.BlobServiceEndpointConsumerBuilder.advanced() |
default BlobServiceEndpointBuilderFactory.AdvancedBlobServiceEndpointConsumerBuilder |
BlobServiceEndpointBuilderFactory.AdvancedBlobServiceEndpointConsumerBuilder.exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default BlobServiceEndpointBuilderFactory.AdvancedBlobServiceEndpointConsumerBuilder |
BlobServiceEndpointBuilderFactory.AdvancedBlobServiceEndpointConsumerBuilder.exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler.
|
default BlobServiceEndpointBuilderFactory.AdvancedBlobServiceEndpointConsumerBuilder |
BlobServiceEndpointBuilderFactory.AdvancedBlobServiceEndpointConsumerBuilder.exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default BlobServiceEndpointBuilderFactory.AdvancedBlobServiceEndpointConsumerBuilder |
BlobServiceEndpointBuilderFactory.AdvancedBlobServiceEndpointConsumerBuilder.exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange.
|
default BlobServiceEndpointBuilderFactory.AdvancedBlobServiceEndpointConsumerBuilder |
BlobServiceEndpointBuilderFactory.AdvancedBlobServiceEndpointConsumerBuilder.synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
default BlobServiceEndpointBuilderFactory.AdvancedBlobServiceEndpointConsumerBuilder |
BlobServiceEndpointBuilderFactory.AdvancedBlobServiceEndpointConsumerBuilder.synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel
is allowed to use asynchronous processing (if supported).
|
Apache Camel