Interface BlockingTaskExecutor

All Superinterfaces:
Executor, ExecutorService, ScheduledExecutorService

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