vertx / io.vertx.rxjava.redis / RedisTransaction / rxSubscribeMany

rxSubscribeMany

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

Listen for messages published to the given channels

Parameters

channels - List of channels to subscribe to

Return