getMetaCounters

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

Get meta counters

Return

The meta counter map

Since

4.15.0

Parameters

keys

The keys to get meta counters


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