vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / subscribeManyAwait

subscribeManyAwait

suspend fun RedisTransaction.subscribeManyAwait(channels: List<String>): String

Suspending version of method io.vertx.redis.RedisTransaction.subscribeMany

Parameters

channels - List of channels to subscribe to

Return

String

NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.