awaitIncreaseMetaCounters

suspend fun BaseChannel.awaitIncreaseMetaCounters(metaCounterMap: Map<String, Int>): Map<String, Int>

Increases meta counters. This increases atomically the keyed meta counter by the specified value.

Return

The increased meta counter map

Since

4.17.0

Parameters

metaCounterMap

The meta counter map to increase