Interface BlockingTaskExecutor

All Superinterfaces:
AutoCloseable, Executor, ExecutorService, ScheduledExecutorService
All Known Subinterfaces:
ContextAwareBlockingTaskExecutor

public interface BlockingTaskExecutor extends ScheduledExecutorService
Provides an executor interface which is used for potentially long-running tasks which may block I/O threads.