Uses of Interface
io.vertx.ext.cluster.infinispan.InfinispanAsyncMap
-
Packages that use InfinispanAsyncMap Package Description io.vertx.ext.cluster.infinispan -
-
Uses of InfinispanAsyncMap in io.vertx.ext.cluster.infinispan
Methods in io.vertx.ext.cluster.infinispan that return InfinispanAsyncMap Modifier and Type Method Description static <K,V>
InfinispanAsyncMap<K,V>InfinispanAsyncMap. unwrap(AsyncMap asyncMap)
Unwraps a genericAsyncMap
to anInfinispanAsyncMap
.
-