| Package | Description |
|---|---|
| org.apache.camel.component.infinispan.remote |
| Modifier and Type | Method and Description |
|---|---|
InfinispanRemoteManager |
InfinispanRemoteIdempotentRepository.getManager() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> org.infinispan.client.hotrod.RemoteCache<K,V> |
InfinispanRemoteUtil.getCacheWithFlags(InfinispanRemoteManager manager,
String cacheName,
org.infinispan.client.hotrod.Flag... flags) |
void |
InfinispanRemoteIdempotentRepository.setManager(InfinispanRemoteManager manager) |
| Constructor and Description |
|---|
InfinispanRemoteConsumer(org.apache.camel.component.infinispan.InfinispanEndpoint endpoint,
org.apache.camel.Processor processor,
String cacheName,
InfinispanRemoteManager manager,
InfinispanRemoteConfiguration configuration) |
InfinispanRemoteProducer(org.apache.camel.component.infinispan.InfinispanEndpoint endpoint,
String cacheName,
InfinispanRemoteManager manager,
InfinispanRemoteConfiguration configuration) |
Apache Camel