public static interface IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder extends ComponentBuilder<org.apache.camel.component.ignite.cache.IgniteCacheComponent>
| Modifier and Type | Method and Description |
|---|---|
default IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
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)
configurationResource - the value to setdefault IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder ignite(org.apache.ignite.Ignite ignite)
ignite - the value to setdefault IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder igniteConfiguration(org.apache.ignite.configuration.IgniteConfiguration igniteConfiguration)
igniteConfiguration - the value to setdefault IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel