public static interface IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder extends ComponentBuilder<org.apache.camel.component.ignite.cache.IgniteCacheComponent>
| Modifier and Type | Method and Description |
|---|---|
default IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder |
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 IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder |
configurationResource(Object configurationResource)
The resource from where to load the configuration.
|
default IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder |
ignite(org.apache.ignite.Ignite ignite)
To use an existing Ignite instance.
|
default IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder |
igniteConfiguration(org.apache.ignite.configuration.IgniteConfiguration igniteConfiguration)
Allows the user to set a programmatic ignite configuration.
|
default IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
build, build, doSetProperty, registerdefault IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder configurationResource(Object configurationResource)
java.lang.Object type.
Group: commondefault IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder ignite(org.apache.ignite.Ignite ignite)
org.apache.ignite.Ignite type.
Group: commondefault IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder igniteConfiguration(org.apache.ignite.configuration.IgniteConfiguration igniteConfiguration)
org.apache.ignite.configuration.IgniteConfiguration
type.
Group: commondefault IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advancedApache Camel