Uses of Interface
org.apache.camel.builder.component.dsl.IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder
Packages that use IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder
-
Uses of IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.igniteIdgen()Ignite ID Generator (camel-ignite) Interact with Ignite Atomic Sequences and ID Generators . -
Uses of IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilderModifier and TypeMethodDescriptionIgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder.configurationResource(Object configurationResource) The resource from where to load the configuration.IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder.ignite(org.apache.ignite.Ignite ignite) To use an existing Ignite instance.IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder.igniteConfiguration(org.apache.ignite.configuration.IgniteConfiguration igniteConfiguration) Allows the user to set a programmatic ignite configuration.IgniteIdgenComponentBuilderFactory.igniteIdgen()Ignite ID Generator (camel-ignite) Interact with Ignite Atomic Sequences and ID Generators .IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).