Interface ContextReference<C>

Type Parameters:
C - the context type
All Superinterfaces:
Consumer<C>, Supplier<C>
All Known Subinterfaces:
ThreadContextReference<C>
All Known Implementing Classes:
ContextClassLoaderReference

public interface ContextReference<C> extends Supplier<C>, Consumer<C>
Reference to some context.
Author:
Paul Ferraro