Package org.wildfly.clustering.context
Interface ThreadContextReference<C>
-
- 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
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidaccept(C context)default Cget()-
Methods inherited from interface java.util.function.BiConsumer
accept, andThen
-
-