public static interface IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default IgniteSetEndpointBuilderFactory.AdvancedIgniteSetEndpointBuilder |
advanced() |
default IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder |
configuration(Object configuration)
The collection configuration.
|
default IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder |
configuration(String configuration)
The collection configuration.
|
default IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder |
operation(IgniteSetEndpointBuilderFactory.IgniteSetOperation operation)
The operation to invoke on the Ignite Set.
|
default IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder |
operation(String operation)
The operation to invoke on the Ignite Set.
|
default IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder |
propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue)
Sets whether to propagate the incoming body if the return type of the
underlying Ignite operation is void.
|
default IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder |
propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue)
Sets whether to propagate the incoming body if the return type of the
underlying Ignite operation is void.
|
default IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder |
treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects)
Sets whether to treat Collections as cache objects or as Collections
of items to insert/update/compute, etc.
|
default IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder |
treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects)
Sets whether to treat Collections as cache objects or as Collections
of items to insert/update/compute, etc.
|
default IgniteSetEndpointBuilderFactory.AdvancedIgniteSetEndpointBuilder advanced()
default IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder configuration(Object configuration)
configuration - the value to setdefault IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder configuration(String configuration)
configuration - the value to setdefault IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder operation(IgniteSetEndpointBuilderFactory.IgniteSetOperation operation)
operation - the value to setdefault IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder operation(String operation)
operation - the value to setdefault IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue)
propagateIncomingBodyIfNoReturnValue - the value to setdefault IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue)
propagateIncomingBodyIfNoReturnValue - the value to setdefault IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects)
treatCollectionsAsCacheObjects - the value to setdefault IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects)
treatCollectionsAsCacheObjects - the value to setApache Camel