public static interface IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default IgniteMessagingEndpointBuilderFactory.AdvancedIgniteMessagingEndpointConsumerBuilder |
advanced() |
default IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder |
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 IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder |
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 IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder |
propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue)
Sets whether to propagate the incoming body if the return type of the
underlying Ignite operation is void.
|
default IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder |
propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue)
Sets whether to propagate the incoming body if the return type of the
underlying Ignite operation is void.
|
default IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder |
treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects)
Sets whether to treat Collections as cache objects or as Collections
of items to insert/update/compute, etc.
|
default IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder |
treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects)
Sets whether to treat Collections as cache objects or as Collections
of items to insert/update/compute, etc.
|
default IgniteMessagingEndpointBuilderFactory.AdvancedIgniteMessagingEndpointConsumerBuilder advanced()
default IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue)
propagateIncomingBodyIfNoReturnValue - the value to setdefault IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue)
propagateIncomingBodyIfNoReturnValue - the value to setdefault IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects)
treatCollectionsAsCacheObjects - the value to setdefault IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects)
treatCollectionsAsCacheObjects - the value to setdefault IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault IgniteMessagingEndpointBuilderFactory.IgniteMessagingEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setApache Camel