Package org.keycloak.common.util
Interface Retry.ThrowableCallback
- 
- Enclosing class:
- Retry
 
 public static interface Retry.ThrowableCallbackNeeded here because: - java.util.function.BiConsumer defined from Java 8 - Adds some additional info (current iteration and called throwable
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleThrowable(int iteration, Throwable t)
 
- 
- 
- 
Method Detail- 
handleThrowablevoid handleThrowable(int iteration, Throwable t)
 
- 
 
-