Interface IgniteComputeComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface IgniteComputeComponentBuilderFactory
Run compute operations on an Ignite cluster. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder
Builder for the Ignite Compute component.static class
IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder
igniteCompute()
Ignite Compute (camel-ignite) Run compute operations on an Ignite cluster.
-
-
-
Method Detail
-
igniteCompute
static IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder igniteCompute()
Ignite Compute (camel-ignite) Run compute operations on an Ignite cluster. Category: compute Since: 2.17 Maven coordinates: org.apache.camel:camel-ignite- Returns:
- the dsl builder
-
-