Interface SerializedExecutor.ErrorHandlingTask

All Superinterfaces:
Consumer<Throwable>, Runnable
Enclosing class:
SerializedExecutor

public static interface SerializedExecutor.ErrorHandlingTask extends Runnable, Consumer<Throwable>
Error handling task

If a submitted task implements this interface, it will be passed any exceptions thrown when running the task.