Uses of Interface
io.vertx.core.shareddata.LocalMap
-
Packages that use LocalMap Package Description io.vertx.core.shareddata -
-
Uses of LocalMap in io.vertx.core.shareddata
Methods in io.vertx.core.shareddata that return LocalMap Modifier and Type Method Description <K,V>
LocalMap<K,V>SharedData. getLocalMap(String name)Return aLocalMapwith the specificname.
-