Interface AsyncContainer
- All Superinterfaces:
AutoCloseable, Infinispan
- Since:
- 14.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface Infinispan
Infinispan.Factory -
Method Summary
Modifier and TypeMethodDescription<T> CompletionStage<T> batch(Function<AsyncContainer, CompletionStage<T>> function) caches()listen(ContainerListenerEventType... types) locks()Methods inherited from interface Infinispan
async, close, mutiny, sync
-
Method Details
-
caches
AsyncCaches caches() -
multimaps
AsyncMultimaps multimaps() -
strongCounters
AsyncStrongCounters strongCounters() -
weakCounters
AsyncWeakCounters weakCounters() -
locks
AsyncLocks locks() -
listen
-
batch
-