public static interface IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default IgniteCacheEndpointBuilderFactory.AdvancedIgniteCacheEndpointConsumerBuilder |
advanced() |
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder |
autoUnsubscribe(boolean autoUnsubscribe)
Whether auto unsubscribe is enabled in the Continuous Query Consumer.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder |
autoUnsubscribe(String autoUnsubscribe)
Whether auto unsubscribe is enabled in the Continuous Query Consumer.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder |
bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder |
fireExistingQueryResults(boolean fireExistingQueryResults)
Whether to process existing results that match the query.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder |
fireExistingQueryResults(String fireExistingQueryResults)
Whether to process existing results that match the query.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder |
oneExchangePerUpdate(boolean oneExchangePerUpdate)
Whether to pack each update in an individual Exchange, even if
multiple updates are received in one batch.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder |
oneExchangePerUpdate(String oneExchangePerUpdate)
Whether to pack each update in an individual Exchange, even if
multiple updates are received in one batch.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder |
pageSize(int pageSize)
The page size.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder |
pageSize(String pageSize)
The page size.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder |
propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue)
Sets whether to propagate the incoming body if the return type of the
underlying Ignite operation is void.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder |
propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue)
Sets whether to propagate the incoming body if the return type of the
underlying Ignite operation is void.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder |
remoteFilter(Object remoteFilter)
The remote filter, only used by the Continuous Query Consumer.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder |
remoteFilter(String remoteFilter)
The remote filter, only used by the Continuous Query Consumer.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder |
timeInterval(long timeInterval)
The time interval for the Continuous Query Consumer.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder |
timeInterval(String timeInterval)
The time interval for the Continuous Query Consumer.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder |
treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects)
Sets whether to treat Collections as cache objects or as Collections
of items to insert/update/compute, etc.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder |
treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects)
Sets whether to treat Collections as cache objects or as Collections
of items to insert/update/compute, etc.
|
default IgniteCacheEndpointBuilderFactory.AdvancedIgniteCacheEndpointConsumerBuilder advanced()
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue)
propagateIncomingBodyIfNoReturnValue - the value to setdefault IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue)
propagateIncomingBodyIfNoReturnValue - the value to setdefault IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects)
treatCollectionsAsCacheObjects - the value to setdefault IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects)
treatCollectionsAsCacheObjects - the value to setdefault IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder autoUnsubscribe(boolean autoUnsubscribe)
autoUnsubscribe - the value to setdefault IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder autoUnsubscribe(String autoUnsubscribe)
autoUnsubscribe - the value to setdefault IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder fireExistingQueryResults(boolean fireExistingQueryResults)
fireExistingQueryResults - the value to setdefault IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder fireExistingQueryResults(String fireExistingQueryResults)
fireExistingQueryResults - the value to setdefault IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder oneExchangePerUpdate(boolean oneExchangePerUpdate)
oneExchangePerUpdate - the value to setdefault IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder oneExchangePerUpdate(String oneExchangePerUpdate)
oneExchangePerUpdate - the value to setdefault IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder pageSize(int pageSize)
pageSize - the value to setdefault IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder pageSize(String pageSize)
pageSize - the value to setdefault IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder remoteFilter(Object remoteFilter)
remoteFilter - the value to setdefault IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder remoteFilter(String remoteFilter)
remoteFilter - the value to setdefault IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder timeInterval(long timeInterval)
timeInterval - the value to setdefault IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointConsumerBuilder timeInterval(String timeInterval)
timeInterval - the value to setApache Camel