Uses of Interface
org.keycloak.common.util.Retry.ThrowableCallback
-
Uses of Retry.ThrowableCallback in org.keycloak.common.util
Modifier and TypeMethodDescriptionstatic 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)