Uses of Interface
org.keycloak.common.util.Retry.Supplier
- 
Packages that use Retry.Supplier Package Description org.keycloak.common.util 
- 
- 
Uses of Retry.Supplier in org.keycloak.common.utilMethods in org.keycloak.common.util with parameters of type Retry.Supplier Modifier and Type Method Description static <T> TRetry. call(Retry.Supplier<T> supplier, int attemptsCount, long intervalMillis)Runs the givenrunnableat mostattemptsCounttimes until it passes, leavingintervalMillismilliseconds between the invocations.
 
-