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

subscribeManyAwait

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

Listen for messages published to the given channels

Parameters

channels - List of channels to subscribe to

handler - Handler for the result of this call.

Return