Package | Description |
---|---|
org.keycloak.common.util |
Modifier and Type | Method and Description |
---|---|
static <T> T |
Retry.call(Retry.Supplier<T> supplier,
int attemptsCount,
long intervalMillis)
Runs the given
runnable at most attemptsCount times until it passes,
leaving intervalMillis milliseconds between the invocations. |
Copyright © 2020 JBoss by Red Hat. All rights reserved.