suspend fun RedisTransaction.subscribeAwait(channel: String): String
Suspending version of method io.vertx.redis.RedisTransaction.subscribe
channel
- Channel to subscribe to
Return
NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.