Package | Description |
---|---|
dev.failsafe |
APIs for performing failsafe executions.
|
Modifier and Type | Method and Description |
---|---|
RateLimiterConfig<R> |
RateLimiter.getConfig()
Returns the
RateLimiterConfig that the RateLimiter was built with. |
Modifier and Type | Method and Description |
---|---|
static <R> RateLimiterBuilder<R> |
RateLimiter.builder(RateLimiterConfig<R> config)
Creates a new RateLimiterBuilder that will be based on the
config . |
Copyright © 2022. All rights reserved.