Uses of Class
io.vertx.mutiny.core.shareddata.AsyncMap
Packages that use AsyncMap
- 
Uses of AsyncMap in io.vertx.mutiny.core.shareddata
Fields in io.vertx.mutiny.core.shareddata with type parameters of type AsyncMapMethods in io.vertx.mutiny.core.shareddata that return AsyncMapModifier and TypeMethodDescription<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 AsyncMapModifier and TypeMethodDescription<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.