Package org.keycloak.common.util
Interface Retry.ThrowableCallback
- Enclosing class:
- Retry
public static interface Retry.ThrowableCallback
Needed here because:
- java.util.function.BiConsumer defined from Java 8
- Adds some additional info (current iteration and called throwable
-
Method Summary
-
Method Details
-
handleThrowable
-