Interface BlockingExecutor

All Superinterfaces:
AutoCloseable, Executor

public interface BlockingExecutor extends Executor, AutoCloseable
Allows safe invocation of tasks that require resources not otherwise available after close() to block a service from stopping.
Author:
Paul Ferraro