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

publishAwait

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

Suspending version of method io.vertx.redis.RedisTransaction.publish

Parameters

channel - Channel key

message - Message to send to channel

Return

String

NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.