ConsumptionData

data class ConsumptionData(val didConsume: Boolean, val remaining: Long, val resetTime: Instant)

Constructors

Link copied to clipboard
constructor(didConsume: Boolean, remaining: Long, resetTime: Instant)

Properties

Link copied to clipboard

Whether a token was consumed

Link copied to clipboard

Count of tokens remaining in the bucket

Link copied to clipboard

The time at which the bucket will be reset.