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)
boolean type.
Default: false
Group: consumerdefault IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder bridgeErrorHandler(String bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder clusterGroupExpression(Object clusterGroupExpression)
org.apache.camel.component.ignite.ClusterGroupExpression
type.
Group: consumerdefault IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder clusterGroupExpression(String clusterGroupExpression)
org.apache.camel.component.ignite.ClusterGroupExpression
type.
Group: consumerdefault IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder events(String events)
java.lang.String type.
Default: EVTS_ALL
Group: consumerdefault IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue)
boolean type.
Default: true
Group: consumerdefault IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue)
boolean type.
Default: true
Group: consumerdefault IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects)
boolean type.
Default: false
Group: consumerdefault IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects)
boolean type.
Default: false
Group: consumerApache Camel