| Package | Description |
|---|---|
| org.apache.camel.component.infinispan.embedded |
| Modifier and Type | Method and Description |
|---|---|
InfinispanEmbeddedManager |
InfinispanEmbeddedIdempotentRepository.getManager() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> org.infinispan.Cache<K,V> |
InfinispanEmbeddedUtil.getCacheWithFlags(InfinispanEmbeddedManager manager,
String cacheName,
org.infinispan.context.Flag... flags) |
void |
InfinispanEmbeddedIdempotentRepository.setManager(InfinispanEmbeddedManager manager) |
| Constructor and Description |
|---|
InfinispanEmbeddedConsumer(org.apache.camel.component.infinispan.InfinispanEndpoint endpoint,
org.apache.camel.Processor processor,
String cacheName,
InfinispanEmbeddedManager manager,
InfinispanEmbeddedConfiguration configuration) |
InfinispanEmbeddedProducer(InfinispanEmbeddedEndpoint endpoint,
String cacheName,
InfinispanEmbeddedManager manager,
InfinispanEmbeddedConfiguration configuration) |
Apache Camel