public static interface JcloudsComponentBuilderFactory.JcloudsComponentBuilder extends ComponentBuilder<org.apache.camel.component.jclouds.JcloudsComponent>
| Modifier and Type | Method and Description |
|---|---|
default JcloudsComponentBuilderFactory.JcloudsComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default JcloudsComponentBuilderFactory.JcloudsComponentBuilder |
blobStores(List<org.jclouds.blobstore.BlobStore> blobStores)
To use the given BlobStore which must be configured when using
blobstore.
|
default JcloudsComponentBuilderFactory.JcloudsComponentBuilder |
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 JcloudsComponentBuilderFactory.JcloudsComponentBuilder |
computeServices(List<org.jclouds.compute.ComputeService> computeServices)
To use the given ComputeService which must be configured when use
compute.
|
default JcloudsComponentBuilderFactory.JcloudsComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault JcloudsComponentBuilderFactory.JcloudsComponentBuilder blobStores(List<org.jclouds.blobstore.BlobStore> blobStores)
java.util.List type.
Group: commondefault JcloudsComponentBuilderFactory.JcloudsComponentBuilder computeServices(List<org.jclouds.compute.ComputeService> computeServices)
java.util.List type.
Group: commondefault JcloudsComponentBuilderFactory.JcloudsComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault JcloudsComponentBuilderFactory.JcloudsComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault JcloudsComponentBuilderFactory.JcloudsComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advancedApache Camel