Package org.wildfly.clustering.context
Interface ThreadContextReference<C>
- Type Parameters:
C- the context type
- All Superinterfaces:
BiConsumer<Thread,,C> Consumer<C>,ContextReference<C>,Function<Thread,,C> Supplier<C>
- All Known Implementing Classes:
ContextClassLoaderReference
public interface ThreadContextReference<C>
extends ContextReference<C>, Function<Thread,C>, BiConsumer<Thread,C>
Reference that can be associated with an arbitrary thread.
- Author:
- Paul Ferraro
-
Method Summary
Methods inherited from interface java.util.function.BiConsumer
accept, andThenMethods inherited from interface org.wildfly.clustering.context.ContextReference
provide
-
Method Details
-
accept
-
get
-