Interface CallableWithErrorResult<V>

  • All Superinterfaces:
    Callable<V>

    public interface CallableWithErrorResult<V>
    extends Callable<V>
    CallableTimeout
    Since:
    24 mars 2018
    • Method Detail

      • getTimeoutResult

        default V getTimeoutResult()
      • getErrorResult

        default V getErrorResult​(Exception error)