vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / publishAwait

publishAwait

suspend fun RedisTransaction.publishAwait(channel: String, message: String): String

Post a message to a channel

Parameters

channel - Channel key

message - Message to send to channel

handler - Handler for the result of this call.

Return