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 intRetry. executeWithBackoff(Retry.AdvancedRunnable runnable, Retry.ThrowableCallback throwableCallback, int attemptsCount, int intervalBaseMillis)
-