public static interface IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default IgniteEventsEndpointBuilderFactory.AdvancedIgniteEventsEndpointBuilder |
advanced() |
default IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder |
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 IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder |
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 IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder |
clusterGroupExpression(Object clusterGroupExpression)
The cluster group expression.
|
default IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder |
clusterGroupExpression(String clusterGroupExpression)
The cluster group expression.
|
default IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder |
events(String events)
The event types to subscribe to as a comma-separated string of event
constants as defined in EventType.
|
default IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder |
propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue)
Sets whether to propagate the incoming body if the return type of the
underlying Ignite operation is void.
|
default IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder |
propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue)
Sets whether to propagate the incoming body if the return type of the
underlying Ignite operation is void.
|
default IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder |
treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects)
Sets whether to treat Collections as cache objects or as Collections
of items to insert/update/compute, etc.
|
default IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder |
treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects)
Sets whether to treat Collections as cache objects or as Collections
of items to insert/update/compute, etc.
|
default IgniteEventsEndpointBuilderFactory.AdvancedIgniteEventsEndpointBuilder advanced()
default IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder clusterGroupExpression(Object clusterGroupExpression)
clusterGroupExpression - the value to setdefault IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder clusterGroupExpression(String clusterGroupExpression)
clusterGroupExpression - the value to setdefault IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder events(String events)
events - the value to setdefault IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue)
propagateIncomingBodyIfNoReturnValue - the value to setdefault IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue)
propagateIncomingBodyIfNoReturnValue - the value to setdefault IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects)
treatCollectionsAsCacheObjects - the value to setdefault IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects)
treatCollectionsAsCacheObjects - the value to setApache Camel