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

getLocalCounterAwait

suspend fun SharedData.getLocalCounterAwait(name: String): Counter

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

Parameters

name - the name of the counter.

Return

Counter

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