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.util
Methods in org.keycloak.common.util with parameters of type Retry.Supplier Modifier and Type Method Description static <T> T
Retry. call(Retry.Supplier<T> supplier, int attemptsCount, long intervalMillis)
Runs the givenrunnable
at mostattemptsCount
times until it passes, leavingintervalMillis
milliseconds between the invocations.
-