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