suspend fun <K, V> SharedData.getAsyncMapAwait(: String): AsyncMap<K, V>
Suspending version of method io.vertx.core.shareddata.SharedData.getAsyncMap |
|
suspend fun <K, V> SharedData.getClusterWideMapAwait(: String): AsyncMap<K, V>
Suspending version of method io.vertx.core.shareddata.SharedData.getClusterWideMap |
|
suspend fun SharedData.getCounterAwait(: String): Counter
Suspending version of method io.vertx.core.shareddata.SharedData.getCounter |
|
suspend fun <K, V> SharedData.getLocalAsyncMapAwait(: String): AsyncMap<K, V>
Suspending version of method io.vertx.core.shareddata.SharedData.getLocalAsyncMap |
|
suspend fun SharedData.getLocalCounterAwait(: String): Counter
Suspending version of method io.vertx.core.shareddata.SharedData.getLocalCounter |
|
suspend fun SharedData.getLocalLockAwait(: String): Lock
Suspending version of method io.vertx.core.shareddata.SharedData.getLocalLock |
|
suspend fun SharedData.getLocalLockWithTimeoutAwait(: String, : Long): Lock
Suspending version of method io.vertx.core.shareddata.SharedData.getLocalLockWithTimeout |
|
suspend fun SharedData.getLockAwait(: String): Lock
Suspending version of method io.vertx.core.shareddata.SharedData.getLock |
|
suspend fun SharedData.getLockWithTimeoutAwait(: String, : Long): Lock
Suspending version of method io.vertx.core.shareddata.SharedData.getLockWithTimeout |