vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / pubsubNumsubAwait

pubsubNumsubAwait

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

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

Parameters

channels - List of channels

Return

String

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