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