Uses of Interface
org.apache.camel.builder.component.dsl.IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder
-
Packages that use IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder Package Description org.apache.camel.builder.component org.apache.camel.builder.component.dsl -
-
Uses of IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder Modifier and Type Method Description static IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder
ComponentsBuilderFactory. 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.IgniteIdgenComponentBuilder Modifier and Type Class Description static class
IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilderImpl
Methods in org.apache.camel.builder.component.dsl that return IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder Modifier and Type Method Description default IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder
IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder. autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.default IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder
IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder. configurationResource(Object configurationResource)
The resource from where to load the configuration.default IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder
IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder. ignite(org.apache.ignite.Ignite ignite)
To use an existing Ignite instance.default IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder
IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder. igniteConfiguration(org.apache.ignite.configuration.IgniteConfiguration igniteConfiguration)
Allows the user to set a programmatic ignite configuration.static IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder
IgniteIdgenComponentBuilderFactory. igniteIdgen()
Ignite ID Generator (camel-ignite) Interact with Ignite Atomic Sequences and ID Generators .default IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder
IgniteIdgenComponentBuilderFactory.IgniteIdgenComponentBuilder. lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
-