Package | Description |
---|---|
dev.failsafe |
APIs for performing failsafe executions.
|
Modifier and Type | Method and Description |
---|---|
RateLimiter<R> |
RateLimiterBuilder.build()
Builds a new
RateLimiter using the builder's configuration. |
RateLimiter<?> |
RateLimitExceededException.getRateLimiter()
Returns the
RateLimiter that caused the exception. |
Constructor and Description |
---|
RateLimitExceededException(RateLimiter<?> rateLimiter) |
Copyright © 2022. All rights reserved.