Uses of Interface
org.apache.flink.core.asyncprocessing.AsyncFutureImpl.AsyncFrameworkExceptionHandler
-
Packages that use AsyncFutureImpl.AsyncFrameworkExceptionHandler Package Description org.apache.flink.core.asyncprocessing -
-
Uses of AsyncFutureImpl.AsyncFrameworkExceptionHandler in org.apache.flink.core.asyncprocessing
Fields in org.apache.flink.core.asyncprocessing declared as AsyncFutureImpl.AsyncFrameworkExceptionHandler Modifier and Type Field Description protected AsyncFutureImpl.AsyncFrameworkExceptionHandlerAsyncFutureImpl. exceptionHandlerThe exception handler that handles callback framework's error.Constructors in org.apache.flink.core.asyncprocessing with parameters of type AsyncFutureImpl.AsyncFrameworkExceptionHandler Constructor Description AsyncFutureImpl(AsyncFutureImpl.CallbackRunner callbackRunner, AsyncFutureImpl.AsyncFrameworkExceptionHandler exceptionHandler)
-