Uses of Class
io.vertx.mutiny.core.shareddata.AsyncMap
- 
Packages that use AsyncMap Package Description io.vertx.mutiny.core.shareddata  - 
- 
Uses of AsyncMap in io.vertx.mutiny.core.shareddata
Fields in io.vertx.mutiny.core.shareddata with type parameters of type AsyncMap Modifier and Type Field Description static TypeArg<AsyncMap>AsyncMap. __TYPE_ARGMethods in io.vertx.mutiny.core.shareddata that return AsyncMap Modifier and Type Method Description <K,V>
AsyncMap<K,V>SharedData. getAsyncMapAndAwait(String name)Blocking variant ofSharedData.getAsyncMap(String).<K,V>
AsyncMap<K,V>SharedData. getClusterWideMapAndAwait(String name)Blocking variant ofSharedData.getClusterWideMap(String).<K,V>
AsyncMap<K,V>SharedData. getLocalAsyncMapAndAwait(String name)Blocking variant ofSharedData.getLocalAsyncMap(String).static <K,V>
AsyncMap<K,V>AsyncMap. newInstance(io.vertx.core.shareddata.AsyncMap arg)static <K,V>
AsyncMap<K,V>AsyncMap. newInstance(io.vertx.core.shareddata.AsyncMap arg, TypeArg<K> __typeArg_K, TypeArg<V> __typeArg_V)Methods in io.vertx.mutiny.core.shareddata that return types with arguments of type AsyncMap Modifier and Type Method Description <K,V>
io.smallrye.mutiny.Uni<AsyncMap<K,V>>SharedData. getAsyncMap(String name)Get theAsyncMapwith the specified name.<K,V>
io.smallrye.mutiny.Uni<AsyncMap<K,V>>SharedData. getClusterWideMap(String name)Get the cluster wide map with the specified name.<K,V>
io.smallrye.mutiny.Uni<AsyncMap<K,V>>SharedData. getLocalAsyncMap(String name)Get theAsyncMapwith the specified name. 
 -