addBytes

abstract suspend fun addBytes(category: String, bytes: Long)(source)

Atomically creates or increments a bucket by bytes.

Author

Dmitriy Moroz

Parameters

category

Stable bucket key from the domain layer.

bytes

Positive byte delta to add to the bucket.