vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / subscribeAwait

subscribeAwait

suspend fun RedisClient.subscribeAwait(channel: String): JsonArray

Listen for messages published to the given channels

Parameters

channel - Channel to subscribe to

handler - Handler for the result of this call.

Return