vertx / io.vertx.core.shareddata / SharedData / getLocalMap

getLocalMap

abstract fun <K : Any, V : Any> getLocalMap(name: String): LocalMap<K, V>

Return a LocalMap with the specific name.

Parameters

name - the name of the map

Return
the msp