vertx / io.vertx.rxjava.redis / RedisClient / unsubscribe

unsubscribe

open fun unsubscribe(channels: MutableList<String>, handler: Handler<AsyncResult<Void>>): RedisClient

Stop listening for messages posted to the given channels

Parameters

channels - List of channels to subscribe to

handler - Handler for the result of this call.

Return