- All Known Implementing Classes:
HashedErrorHandler
public interface CycleErrorHandler<T extends java.lang.Throwable,R>
-
-
Method Summary
| Modifier and Type |
Method |
Description |
default R |
handleError(long cycle,
T error) |
|
default R |
handleError(long cycle,
T error,
long magnitude) |
|
R |
handleError(long cycle,
T error,
java.lang.String errMsg) |
|
-
Method Details
-
default R handleError(
long cycle,
T error)
-
default R handleError(
long cycle,
T error,
long magnitude)
-
R handleError(
long cycle,
T error,
java.lang.String errMsg)