Uses of Class
io.vertx.mutiny.core.shareddata.LocalMap
-
Packages that use LocalMap Package Description io.vertx.mutiny.core.shareddata -
-
Uses of LocalMap in io.vertx.mutiny.core.shareddata
Fields in io.vertx.mutiny.core.shareddata with type parameters of type LocalMap Modifier and Type Field Description static TypeArg<LocalMap>
LocalMap. __TYPE_ARG
Methods in io.vertx.mutiny.core.shareddata that return LocalMap Modifier and Type Method Description <K,V>
LocalMap<K,V>SharedData. getLocalMap(String name)
static <K,V>
LocalMap<K,V>LocalMap. newInstance(io.vertx.core.shareddata.LocalMap arg)
static <K,V>
LocalMap<K,V>LocalMap. newInstance(io.vertx.core.shareddata.LocalMap arg, TypeArg<K> __typeArg_K, TypeArg<V> __typeArg_V)
-