public static interface IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder |
batchSize(Integer batchSize)
The batch size.
|
default IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder |
batchSize(String batchSize)
The batch size.
|
default IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder |
initialValue(Long initialValue)
The initial value.
|
default IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder |
initialValue(String initialValue)
The initial value.
|
default IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder |
operation(IgniteIdGenEndpointBuilderFactory.IgniteIdGenOperation operation)
The operation to invoke on the Ignite ID Generator.
|
default IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder |
operation(String operation)
The operation to invoke on the Ignite ID Generator.
|
default 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 |
propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue)
Sets whether to propagate the incoming body if the return type of the
underlying Ignite operation is void.
|
default 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 |
treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects)
Sets whether to treat Collections as cache objects or as Collections
of items to insert/update/compute, etc.
|
default IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder batchSize(Integer batchSize)
batchSize - the value to setdefault IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder batchSize(String batchSize)
batchSize - the value to setdefault IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder initialValue(Long initialValue)
initialValue - the value to setdefault IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder initialValue(String initialValue)
initialValue - the value to setdefault IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder operation(IgniteIdGenEndpointBuilderFactory.IgniteIdGenOperation operation)
operation - the value to setdefault IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder operation(String operation)
operation - the value to setdefault IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue)
propagateIncomingBodyIfNoReturnValue - the value to setdefault IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue)
propagateIncomingBodyIfNoReturnValue - the value to setdefault IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects)
treatCollectionsAsCacheObjects - the value to setdefault IgniteIdGenEndpointBuilderFactory.IgniteIdGenEndpointBuilder treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects)
treatCollectionsAsCacheObjects - the value to setApache Camel