vertx / io.vertx.rxjava.redis / RedisClient / psubscribeMany

psubscribeMany

open fun psubscribeMany(patterns: MutableList<String>, handler: Handler<AsyncResult<JsonArray>>): RedisClient

Listen for messages published to channels matching the given patterns

Parameters

patterns - List of patterns

handler - Handler for the result of this call.

Return