Interface ContextAwareExecutor

All Superinterfaces:
ContextHolder, Executor
All Known Subinterfaces:
ContextAwareBlockingTaskExecutor, ContextAwareEventLoop, ContextAwareExecutorService, ContextAwareScheduledExecutorService

public interface ContextAwareExecutor extends Executor, ContextHolder
A delegating Executor that makes sure all submitted tasks are executed within the RequestContext.