Interface CycleErrorHandler<T extends java.lang.Throwable,R>
-
- All Known Implementing Classes:
HashedErrorHandler
public interface CycleErrorHandler<T extends java.lang.Throwable,R>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCycleErrorHandler.Triple<T,R>
-
Method Summary
Modifier and Type Method Description default RhandleError(long cycle, T error)default RhandleError(long cycle, T error, long magnitude)RhandleError(long cycle, T error, java.lang.String errMsg)
-