Interface CycleErrorHandler<T extends Throwable,R>

All Known Implementing Classes:
HashedErrorHandler

public interface CycleErrorHandler<T extends Throwable,R>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default R
    handleError(long cycle, T error)
     
    default R
    handleError(long cycle, T error, long magnitude)
     
    handleError(long cycle, T error, String errMsg)
     
  • Method Details

    • handleError

      default R handleError(long cycle, T error)
    • handleError

      default R handleError(long cycle, T error, long magnitude)
    • handleError

      R handleError(long cycle, T error, String errMsg)