vertx / io.vertx.reactivex.redis / RedisTransaction / publish

publish

open fun publish(channel: String, message: String, handler: Handler<AsyncResult<String>>): RedisTransaction

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