vertx / io.vertx.redis / RedisTransaction / subscribe

subscribe

abstract fun subscribe(channel: String, handler: Handler<AsyncResult<String>>): RedisTransaction

Listen for messages published to the given channels

Parameters

channel - Channel to subscribe to

handler - Handler for the result of this call.

Since
Redis 2.0.0 group: pubsub