Class ThreadContextReference<C>

java.lang.Object
org.wildfly.clustering.context.ThreadContextReference<C>
Type Parameters:
C - the context type
All Implemented Interfaces:
Consumer<C>, Function<C,C>, Supplier<C>, UnaryOperator<C>, ContextReference<C>
Direct Known Subclasses:
ThreadContextClassLoaderReference

public class ThreadContextReference<C> extends Object implements ContextReference<C>
Reference that can be associated with an arbitrary thread.
Author:
Paul Ferraro