public static interface InfinispanEndpointBuilderFactory.InfinispanBuilders
| Modifier and Type | Method and Description |
|---|---|
default InfinispanEndpointBuilderFactory.InfinispanEndpointBuilder |
infinispan(String path)
Infinispan (camel-infinispan)
For reading/writing from/to Infinispan distributed key/value store
and data grid.
|
default InfinispanEndpointBuilderFactory.InfinispanEndpointBuilder infinispan(String path)
infinispan:cacheName
Path parameter: cacheName (required)
The name of the cache to use. Use current to use the existing cache
name from the currently configured cached manager. Or use default for
the default cache manager name.Apache Camel