vertx / io.vertx.reactivex.redis / RedisClient / rxSubscribeMany

rxSubscribeMany

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

Listen for messages published to the given channels

Parameters

channels - List of channels to subscribe to

Return