vertx / io.vertx.reactivex.redis / RedisTransaction / rxUnsubscribe

rxUnsubscribe

open fun rxUnsubscribe(channels: MutableList<String>): Single<String>

Stop listening for messages posted to the given channels

Parameters

channels - List of channels to subscribe to

Return