Uses of Interface
io.smallrye.context.impl.CapturedContextState
Packages that use CapturedContextState
-
Uses of CapturedContextState in io.smallrye.context.impl
Classes in io.smallrye.context.impl that implement CapturedContextStateModifier and TypeClassDescriptionclassHolds the list of thread context snapshots that constitute a captured context. -
Uses of CapturedContextState in io.smallrye.context.impl.wrappers
Constructors in io.smallrye.context.impl.wrappers with parameters of type CapturedContextStateModifierConstructorDescriptionSlowContextualBiConsumer(CapturedContextState state, BiConsumer<T, U> consumer) SlowContextualBiFunction(CapturedContextState state, BiFunction<T, U, R> function) SlowContextualCallable(CapturedContextState state, Callable<R> callable) SlowContextualConsumer(CapturedContextState state, Consumer<T> consumer) SlowContextualFunction(CapturedContextState state, Function<T, R> function) SlowContextualRunnable(CapturedContextState state, Runnable runnable) SlowContextualSupplier(CapturedContextState state, Supplier<R> supplier)