BaseChannelMetaCounters extension

BaseChannelMetaCounters

on

Methods

createMetaCounters(Map<String, int> metaCounters) Future<Map<String, int>>
Creates meta counters. This can be used to customize the channel.
decreaseMetaCounters(Map<String, int> metaCounters) Future<Map<String, int>>
Decreases meta counters. This decreases atomically the keyed meta counter by the specified value.
deleteAllMetaCounters() Future<void>
Deletes all meta counters.
deleteMetaCounters(String key) Future<void>
Deletes a meta counter.
getAllMetaCounters() Future<Map<String, int>>
Get all meta counters.
getMetaCounters(List<String> keys) Future<Map<String, int>>
Gets meta counters.
increaseMetaCounters(Map<String, int> metaCounters) Future<Map<String, int>>
Increases meta counters. This increases atomically the keyed meta counter by the specified value.
updateMetaCounters(Map<String, int> metaCounters) Future<Map<String, int>>
Updates meta counters.