| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder |
StaticEndpointBuilders.igniteIdgen(String path)
Ignite ID Generator (camel-ignite)
Interact with Ignite Atomic Sequences and ID Generators .
|
static IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder |
StaticEndpointBuilders.igniteIdgen(String componentName,
String path)
Ignite ID Generator (camel-ignite)
Interact with Ignite Atomic Sequences and ID Generators .
|
| Modifier and Type | Method and Description |
|---|---|
default IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder |
IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder.batchSize(Integer batchSize)
The batch size.
|
default IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder |
IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder.batchSize(String batchSize)
The batch size.
|
static IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder |
IgniteIdGenEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder |
IgniteIdGenEndpointBuilderFactory.IgniteIdGenBuilders.igniteIdgen(String path)
Ignite ID Generator (camel-ignite)
Interact with Ignite Atomic Sequences and ID Generators .
|
default IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder |
IgniteIdGenEndpointBuilderFactory.IgniteIdGenBuilders.igniteIdgen(String componentName,
String path)
Ignite ID Generator (camel-ignite)
Interact with Ignite Atomic Sequences and ID Generators .
|
default IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder |
IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder.initialValue(Long initialValue)
The initial value.
|
default IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder |
IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder.initialValue(String initialValue)
The initial value.
|
default IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder |
IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder |
IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder |
IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder.operation(IgniteIdGenEndpointBuilderFactory.IgniteIdGenOperation operation)
The operation to invoke on the Ignite ID Generator.
|
default IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder |
IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder.operation(String operation)
The operation to invoke on the Ignite ID Generator.
|
default IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder |
IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder.propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue)
Sets whether to propagate the incoming body if the return type of the
underlying Ignite operation is void.
|
default IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder |
IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder.propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue)
Sets whether to propagate the incoming body if the return type of the
underlying Ignite operation is void.
|
default IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder |
IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder.treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects)
Sets whether to treat Collections as cache objects or as Collections
of items to insert/update/compute, etc.
|
default IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder |
IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder.treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects)
Sets whether to treat Collections as cache objects or as Collections
of items to insert/update/compute, etc.
|
Apache Camel