Interface ContextAwareRunnable

All Superinterfaces:
ContextHolder, Runnable

@UnstableApi public interface ContextAwareRunnable extends Runnable, ContextHolder
A delegating Runnable that makes sure an underlying Runnable is executed within the RequestContext.