Uses of Interface
org.apache.camel.builder.component.dsl.IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilder
Packages that use IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilder
-
Uses of IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.igniteEvents()Ignite Events (camel-ignite) Receive events from an Ignite cluster by creating a local event listener. -
Uses of IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilderModifier and TypeMethodDescriptionIgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.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.IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilder.configurationResource(Object configurationResource) The resource from where to load the configuration.IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilder.ignite(org.apache.ignite.Ignite ignite) To use an existing Ignite instance.IgniteEventsComponentBuilderFactory.IgniteEventsComponentBuilder.igniteConfiguration(org.apache.ignite.configuration.IgniteConfiguration igniteConfiguration) Allows the user to set a programmatic ignite configuration.IgniteEventsComponentBuilderFactory.igniteEvents()Ignite Events (camel-ignite) Receive events from an Ignite cluster by creating a local event listener.