vertx / io.vertx.rxjava.redis / RedisClient / subscribe

subscribe

open fun subscribe(channel: String, handler: Handler<AsyncResult<JsonArray>>): RedisClient

Listen for messages published to the given channels

Parameters

channel - Channel to subscribe to

handler - Handler for the result of this call.

Return