Package com.google.cloud.tools.jib.cache
Interface Retry.Action<E extends java.lang.Exception>
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface Retry.Action<E extends java.lang.Exception>
A runnable action that may throw an exception of typeE
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
run()
Perform the action.
-