| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder |
IgniteCacheEndpointBuilderFactory.AdvancedIgniteCacheEndpointBuilder.basic() |
static IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder |
IgniteCacheEndpointBuilderFactory.igniteCache(String path)
Ignite Cache (camel-ignite)
The Ignite Cache endpoint is one of camel-ignite endpoints which allows
you to interact with an Ignite Cache.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder |
IgniteCacheEndpointBuilderFactory.IgniteCacheBuilders.igniteCache(String path)
Ignite Cache (camel-ignite)
The Ignite Cache endpoint is one of camel-ignite endpoints which
allows you to interact with an Ignite Cache.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder |
IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder.propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue)
Sets whether to propagate the incoming body if the return type of the
underlying Ignite operation is void.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder |
IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder.propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue)
Sets whether to propagate the incoming body if the return type of the
underlying Ignite operation is void.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder |
IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder.treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects)
Sets whether to treat Collections as cache objects or as Collections
of items to insert/update/compute, etc.
|
default IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder |
IgniteCacheEndpointBuilderFactory.IgniteCacheEndpointBuilder.treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects)
Sets whether to treat Collections as cache objects or as Collections
of items to insert/update/compute, etc.
|
Apache Camel