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