vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / subscribeManyAwait

subscribeManyAwait

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

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