Package org.keycloak.common.util
Interface Retry.Supplier<T>
- Enclosing class:
- Retry
public static interface Retry.Supplier<T>
Needed here because:
- java.util.function.Supplier defined from Java 8
- Adds some additional info (current iteration)
-
Method Summary
-
Method Details
-
get
Gets a result.- Returns:
- a result
-