public static interface IgniteComputeEndpointBuilderFactory.IgniteComputeBuilders
| Modifier and Type | Method and Description |
|---|---|
default IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder |
igniteCompute(String path)
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.
|
default IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder igniteCompute(String path)
ignite-compute:endpointId
Path parameter: endpointId (required)
The endpoint ID (not used).Apache Camel