vertx / io.vertx.kotlin.core.shareddata / io.vertx.core.shareddata.SharedData / getClusterWideMapAwait

getClusterWideMapAwait

suspend fun <K, V> SharedData.getClusterWideMapAwait(name: String): AsyncMap<K, V>

Suspending version of method io.vertx.core.shareddata.SharedData.getClusterWideMap

Parameters

name - the name of the map

Return

AsyncMapK,V

NOTE: This function has been automatically generated from io.vertx.core.shareddata.SharedData using Vert.x codegen.