Uses of Interface
io.vertx.core.shareddata.AsyncMap
Packages that use AsyncMap
-
Uses of AsyncMap in io.vertx.core.spi.cluster
Method parameters in io.vertx.core.spi.cluster with type arguments of type AsyncMapModifier and TypeMethodDescription<K,V> void ClusterManager.getAsyncMap(String name, Completable<AsyncMap<K, V>> promise) Return anAsyncMapfor the givenname.