Uses of Interface
org.keycloak.common.util.Retry.ThrowableCallback
-
Packages that use Retry.ThrowableCallback Package Description org.keycloak.common.util -
-
Uses of Retry.ThrowableCallback in org.keycloak.common.util
Methods in org.keycloak.common.util with parameters of type Retry.ThrowableCallback Modifier and Type Method Description static int
Retry. executeWithBackoff(Retry.AdvancedRunnable runnable, Retry.ThrowableCallback throwableCallback, int attemptsCount, int intervalBaseMillis)
static int
Retry. executeWithBackoff(Retry.AdvancedRunnable runnable, Retry.ThrowableCallback throwableCallback, Duration timeout, int intervalBaseMillis)
-