| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder |
ComponentsBuilderFactory.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.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder |
IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder |
IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder.configurationResource(Object configurationResource)
Resource from where to load configuration.
|
default IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder |
IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder.ignite(org.apache.ignite.Ignite ignite)
Ignite instance.
|
static IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder |
IgniteComputeComponentBuilderFactory.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.
|
default IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder |
IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder.igniteConfiguration(org.apache.ignite.configuration.IgniteConfiguration igniteConfiguration)
Ignite configuration.
|
default IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder |
IgniteComputeComponentBuilderFactory.IgniteComputeComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
Apache Camel