Package org.threadly.concurrent.wrapper.interceptor
Wrappers for pools so that submitted tasks can be intercepted, modified or wrapped, and then
provided to the parent pool.
-
Class Summary Class Description ExecutorTaskInterceptor Class to wrapExecutorpool so that tasks can be intercepted and either wrapped, or modified, before being submitted to the pool.PrioritySchedulerTaskInterceptor Class to wrapPrioritySchedulerServicepool so that tasks can be intercepted and either wrapped, or modified, before being submitted to the pool.SchedulerServiceTaskInterceptor Class to wrapSchedulerServicepool so that tasks can be intercepted and either wrapped, or modified, before being submitted to the pool.SubmitterSchedulerTaskInterceptor Class to wrapSubmitterSchedulerpool so that tasks can be intercepted and either wrapped, or modified, before being submitted to the pool.