Package | Description |
---|---|
org.keycloak.common.util |
Modifier and Type | Method and Description |
---|---|
static int |
Retry.executeWithBackoff(Retry.AdvancedRunnable runnable,
int attemptsCount,
int intervalBaseMillis)
Runs the given
runnable at most attemptsCount times until it passes,
leaving some increasing random delay milliseconds between the invocations. |
static int |
Retry.executeWithBackoff(Retry.AdvancedRunnable runnable,
Retry.ThrowableCallback throwableCallback,
int attemptsCount,
int intervalBaseMillis) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.