Uses of Class
io.vertx.rxjava3.circuitbreaker.RetryPolicy
Packages that use RetryPolicy
-
Uses of RetryPolicy in io.vertx.rxjava3.circuitbreaker
Fields in io.vertx.rxjava3.circuitbreaker with type parameters of type RetryPolicyModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<RetryPolicy> RetryPolicy.__TYPE_ARGMethods in io.vertx.rxjava3.circuitbreaker that return RetryPolicyModifier and TypeMethodDescriptionstatic RetryPolicyRetryPolicy.constantDelay(long delay) Create a constant delay retry policy.static RetryPolicyRetryPolicy.exponentialDelayWithJitter(long initialDelay, long maxDelay) Create an exponential delay with jitter retry policy.static RetryPolicyRetryPolicy.linearDelay(long initialDelay, long maxDelay) Create a linear delay retry policy.static RetryPolicyRetryPolicy.newInstance(RetryPolicy arg) Methods in io.vertx.rxjava3.circuitbreaker with parameters of type RetryPolicyModifier and TypeMethodDescriptionCircuitBreaker.retryPolicy(RetryPolicy retryPolicy) Set aRetryPolicywhich computes a delay before a retry attempt.