@Generated(value="org.apache.camel.maven.packaging.ComponentDslMojo") public interface IgniteComputeComponentBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder
Builder for the Ignite Compute component.
|
static class |
IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
static IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder |
igniteCompute()
Ignite Compute (camel-ignite)
The Ignite Compute endpoint is one of camel-ignite endpoints which allows
you to run compute operations on the cluster by passing in an
IgniteCallable, an IgniteRunnable, an IgniteClosure, or collections of
them, along with their parameters if necessary.
|
static IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder igniteCompute()
Apache Camel