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 interfaceIgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilderBuilder for the Ignite Compute component.static classIgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilderigniteCompute()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
-
-