public static interface JcloudsComponentBuilderFactory.JcloudsComponentBuilder extends ComponentBuilder<org.apache.camel.component.jclouds.JcloudsComponent>
| Modifier and Type | Method and Description |
|---|---|
default JcloudsComponentBuilderFactory.JcloudsComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
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)
blobStores - the value to setdefault JcloudsComponentBuilderFactory.JcloudsComponentBuilder computeServices(List<org.jclouds.compute.ComputeService> computeServices)
computeServices - the value to setdefault JcloudsComponentBuilderFactory.JcloudsComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault JcloudsComponentBuilderFactory.JcloudsComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault JcloudsComponentBuilderFactory.JcloudsComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel