default IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilder |
IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
default IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilder |
IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilder.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 IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilder |
IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilder.configurationResource(Object configurationResource) |
The resource from where to load the configuration.
|
default IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilder |
IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilder.ignite(org.apache.ignite.Ignite ignite) |
To use an existing Ignite instance.
|
default IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilder |
IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilder.igniteConfiguration(org.apache.ignite.configuration.IgniteConfiguration igniteConfiguration) |
Allows the user to set a programmatic ignite configuration.
|
static IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilder |
IgniteEventsComponentBuilderFactory.igniteEvents() |
Ignite Events (camel-ignite)
Receive events from an Ignite cluster by creating a local event listener.
|