Package org.eclipse.jetty.util.thread
Interface SerializedExecutor.ErrorHandlingTask
-
- All Superinterfaces:
java.util.function.Consumer<java.lang.Throwable>
,java.lang.Runnable
- Enclosing class:
- SerializedExecutor
@Deprecated(since="2021-05-27") public static interface SerializedExecutor.ErrorHandlingTask extends java.lang.Runnable, java.util.function.Consumer<java.lang.Throwable>
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.Error handling taskIf a submitted task implements this interface, it will be passed any exceptions thrown when running the task.