RateLimiterBuilder
A builder for RateLimiter instances.
Parameters
maxRate
the maximum rate at which tokens can be consumed
Properties
Link copied to clipboard
The TemporalUnit of the maxRate. Defaults to ChronoUnit.SECONDS.
Link copied to clipboard
The state storage to use to store the bucket state.