default IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder |
IgniteEventsEndpointBuilderFactory.AdvancedIgniteEventsEndpointBuilder.basic() |
|
default IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder |
IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder.clusterGroupExpression(String clusterGroupExpression) |
The cluster group expression.
|
default IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder |
IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder.clusterGroupExpression(org.apache.camel.component.ignite.ClusterGroupExpression clusterGroupExpression) |
The cluster group expression.
|
static IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder |
IgniteEventsEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
default IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder |
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 |
IgniteEventsEndpointBuilderFactory.IgniteEventsBuilders.igniteEvents(String path) |
Ignite Events (camel-ignite)
Receive events from an Ignite cluster by creating a local event
listener.
|
default IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder |
IgniteEventsEndpointBuilderFactory.IgniteEventsBuilders.igniteEvents(String componentName,
String path) |
Ignite Events (camel-ignite)
Receive events from an Ignite cluster by creating a local event
listener.
|
default IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder |
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 |
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 |
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 |
IgniteEventsEndpointBuilderFactory.IgniteEventsEndpointBuilder.treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects) |
Sets whether to treat Collections as cache objects or as Collections
of items to insert/update/compute, etc.
|