Uses of Interface
io.smallrye.context.impl.CapturedContextState
-
Packages that use CapturedContextState Package Description io.smallrye.context.impl io.smallrye.context.impl.wrappers -
-
Uses of CapturedContextState in io.smallrye.context.impl
Classes in io.smallrye.context.impl that implement CapturedContextState Modifier and Type Class Description classSlowCapturedContextStateHolds 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 CapturedContextState Constructor Description SlowContextualBiConsumer(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)SlowContextualExecutor(CapturedContextState state)SlowContextualFunction(CapturedContextState state, Function<T,R> function)SlowContextualRunnable(CapturedContextState state, Runnable runnable)SlowContextualSupplier(CapturedContextState state, Supplier<R> supplier)
-