vertx / io.vertx.reactivex.redis / RedisClient / subscribeMany

subscribeMany

open fun subscribeMany(channels: MutableList<String>, handler: Handler<AsyncResult<JsonArray>>): RedisClient

Listen for messages published to the given channels

Parameters

channels - List of channels to subscribe to

handler - Handler for the result of this call.

Return