getMetaCounters

fun BaseChannel.getMetaCounters(keys: Collection<String>, handler: ResultHandler<Map<String, Int>>?)

Get meta counters

Since

4.15.0

Parameters

keys

The keys of the meta counters to get

handler

The handler for the result


suspend fun BaseChannel.getMetaCounters(keys: Collection<String>): Map<String, Int>

Deprecated

As of 4.17.0, replaced with awaitGetMetaCounters(keys).

Replace with

awaitGetMetaCounters(keys)

Get meta counters

Return

The meta counter map

Since

4.15.0

Parameters

keys

The keys to get meta counters