vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / subscribeAwait

subscribeAwait

suspend fun RedisTransaction.subscribeAwait(channel: String): String

Listen for messages published to the given channels

Parameters

channel - Channel to subscribe to

handler - Handler for the result of this call.

Return