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