Interface ContextAwareConsumer<T>

All Superinterfaces:
Consumer<T>, ContextHolder

@UnstableApi public interface ContextAwareConsumer<T> extends Consumer<T>, ContextHolder
A delegating Consumer that makes sure an underlying Consumer is executed within the RequestContext.