decrease Meta Counters
fun BaseChannel.decreaseMetaCounters(metaCounterMap: Map<String, Int>, handler: ResultHandler<Map<String, Int>>?)
Decreases meta counters. This decreases atomically the keyed meta counter by the specified value.
Since
4.15.0
Parameters
meta Counter Map
The meta counter map to decrease
handler
The handler for the result
Deprecated
As of 4.17.0, replaced with awaitDecreaseMetaCounters(metaCounterMap).
Replace with
awaitDecreaseMetaCounters(metaCounterMap)
Content copied to clipboard
Decreases meta counters. This decreases atomically the keyed meta counter by the specified value.
Return
The decreased meta counter map
Since
4.15.0
Parameters
meta Counter Map
The meta counter map to decrease