Uses of Interface
org.apache.camel.builder.component.dsl.IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder
Packages that use IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder
-
Uses of IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.igniteCompute()Ignite Compute (camel-ignite) Run compute operations on an Ignite cluster. -
Uses of IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilderModifier and TypeMethodDescriptionIgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder.configurationResource(Object configurationResource) The resource from where to load the configuration.IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder.ignite(org.apache.ignite.Ignite ignite) To use an existing Ignite instance.IgniteComputeComponentBuilderFactory.igniteCompute()Ignite Compute (camel-ignite) Run compute operations on an Ignite cluster.IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder.igniteConfiguration(org.apache.ignite.configuration.IgniteConfiguration igniteConfiguration) Allows the user to set a programmatic ignite configuration.IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).