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)
org.apache.ignite.configuration.CollectionConfiguration
type.
Group: producerdefault IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder configuration(String configuration)
org.apache.ignite.configuration.CollectionConfiguration
type.
Group: producerdefault IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerdefault IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder operation(IgniteSetEndpointBuilderFactory.IgniteSetOperation operation)
org.apache.camel.component.ignite.set.IgniteSetOperation
type.
Group: producerdefault IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder operation(String operation)
org.apache.camel.component.ignite.set.IgniteSetOperation
type.
Group: producerdefault IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue)
boolean type.
Default: true
Group: producerdefault IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue)
boolean type.
Default: true
Group: producerdefault IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects)
boolean type.
Default: false
Group: producerdefault IgniteSetEndpointBuilderFactory.IgniteSetEndpointBuilder treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects)
boolean type.
Default: false
Group: producerApache Camel