vertx / io.vertx.rxjava.redis / RedisClient / publish

publish

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

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