public static interface JcloudsEndpointBuilderFactory.JcloudsEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default JcloudsEndpointBuilderFactory.AdvancedJcloudsEndpointConsumerBuilder |
advanced() |
default JcloudsEndpointBuilderFactory.JcloudsEndpointConsumerBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default JcloudsEndpointBuilderFactory.JcloudsEndpointConsumerBuilder |
bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default JcloudsEndpointBuilderFactory.JcloudsEndpointConsumerBuilder |
container(String container)
The name of the blob container.
|
default JcloudsEndpointBuilderFactory.JcloudsEndpointConsumerBuilder |
directory(String directory)
An optional directory name to use.
|
default JcloudsEndpointBuilderFactory.AdvancedJcloudsEndpointConsumerBuilder advanced()
default JcloudsEndpointBuilderFactory.JcloudsEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault JcloudsEndpointBuilderFactory.JcloudsEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault JcloudsEndpointBuilderFactory.JcloudsEndpointConsumerBuilder container(String container)
container - the value to setdefault JcloudsEndpointBuilderFactory.JcloudsEndpointConsumerBuilder directory(String directory)
directory - the value to setApache Camel