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

getCounterAwait

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

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

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.