Uses of Interface
org.apache.camel.builder.component.dsl.IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder
Packages that use IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder
-
Uses of IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.igniteCache()Ignite Cache (camel-ignite) Perform cache operations on an Ignite cache or consume changes from a continuous query. -
Uses of IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilderModifier and TypeMethodDescriptionIgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.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.IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder.configurationResource(Object configurationResource) The resource from where to load the configuration.IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder.ignite(org.apache.ignite.Ignite ignite) To use an existing Ignite instance.IgniteCacheComponentBuilderFactory.igniteCache()Ignite Cache (camel-ignite) Perform cache operations on an Ignite cache or consume changes from a continuous query.IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder.igniteConfiguration(org.apache.ignite.configuration.IgniteConfiguration igniteConfiguration) Allows the user to set a programmatic ignite configuration.IgniteCacheComponentBuilderFactory.IgniteCacheComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).