| 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. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.