Interface JcloudsEndpointBuilderFactory.JcloudsEndpointConsumerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder
,org.apache.camel.EndpointConsumerResolver
- All Known Subinterfaces:
JcloudsEndpointBuilderFactory.JcloudsEndpointBuilder
- Enclosing interface:
- JcloudsEndpointBuilderFactory
public static interface JcloudsEndpointBuilderFactory.JcloudsEndpointConsumerBuilder extends org.apache.camel.builder.EndpointConsumerBuilder
Builder for endpoint consumers for the JClouds component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
advanced
default JcloudsEndpointBuilderFactory.AdvancedJcloudsEndpointConsumerBuilder advanced()
-
bridgeErrorHandler
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. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. The option is a:boolean
type. Default: false Group: consumer
-
bridgeErrorHandler
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. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. The option will be converted to aboolean
type. Default: false Group: consumer
-
container
default JcloudsEndpointBuilderFactory.JcloudsEndpointConsumerBuilder container(String container)
The name of the blob container. The option is a:java.lang.String
type. Group: blobstore
-
directory
default JcloudsEndpointBuilderFactory.JcloudsEndpointConsumerBuilder directory(String directory)
An optional directory name to use. The option is a:java.lang.String
type. Group: blobstore
-
-