Package org.apache.flink.core.state
Interface StateFutureImpl.AsyncFrameworkExceptionHandler
-
- Enclosing class:
- StateFutureImpl<T>
public static interface StateFutureImpl.AsyncFrameworkExceptionHandler
Handle exceptions thrown by async state callback framework.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleException(String message, Throwable exception)
Handles an exception thrown by callback.
-