Uses of Interface
org.keycloak.common.util.Retry.Supplier
-
Uses of Retry.Supplier in org.keycloak.common.util
Modifier and TypeMethodDescriptionstatic <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.