Interface ContextAwareBiConsumer<T,U>

All Superinterfaces:
BiConsumer<T,U>, ContextHolder

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