Uses of Interface
org.keycloak.common.util.Retry.ThrowableCallback
Packages that use Retry.ThrowableCallback
-
Uses of Retry.ThrowableCallback in org.keycloak.common.util
Methods in org.keycloak.common.util with parameters of type Retry.ThrowableCallbackModifier 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)