Interface StateFutureImpl.AsyncFrameworkExceptionHandler

  • Enclosing class:
    StateFutureImpl<T>

    public static interface StateFutureImpl.AsyncFrameworkExceptionHandler
    Handle exceptions thrown by async state callback framework.
    • Method Detail

      • handleException

        void handleException​(String message,
                             Throwable exception)
        Handles an exception thrown by callback.