Uses of Interface
io.smallrye.context.impl.ContextHolder
-
Packages that use ContextHolder Package Description io.smallrye.context.impl io.smallrye.context.impl.wrappers -
-
Uses of ContextHolder in io.smallrye.context.impl
Methods in io.smallrye.context.impl with parameters of type ContextHolder Modifier and Type Method Description voidThreadContextProviderPlan. takeThreadContextSnapshotsFast(SmallRyeThreadContext threadContext, ThreadLocal<SmallRyeThreadContext> tcTl, ContextHolder contextHolder)Use this if @{linkThreadContextProviderPlan.isFast()is true (it will throw otherwise) when you want to capture the current context using the fast-path, and feed the captured context in the given @{link ContextHolder}, which must have a size compatible with @{linkThreadContextProviderPlan.size(). -
Uses of ContextHolder in io.smallrye.context.impl.wrappers
Subinterfaces of ContextHolder in io.smallrye.context.impl.wrappers Modifier and Type Interface Description interfaceContextualBiConsumer<T,U>interfaceContextualBiFunction<T,U,R>interfaceContextualCallable<T>interfaceContextualConsumer<T>interfaceContextualExecutorinterfaceContextualFunction<T,R>interfaceContextualRunnableinterfaceContextualSupplier<R>Classes in io.smallrye.context.impl.wrappers that implement ContextHolder Modifier and Type Class Description classContextualBiConsumer1<T,U>classContextualBiConsumer2<T,U>classContextualBiConsumerN<T,U>classContextualBiFunction1<T,U,R>classContextualBiFunction2<T,U,R>classContextualBiFunctionN<T,U,R>classContextualCallable1<T>classContextualCallable2<T>classContextualCallableN<T>classContextualConsumer1<T>classContextualConsumer2<T>classContextualConsumerN<T>classContextualExecutor1classContextualExecutor2classContextualExecutorNclassContextualFunction1<T,R>classContextualFunction2<T,R>classContextualFunctionN<T,R>classContextualRunnable1classContextualRunnable2classContextualRunnableNclassContextualSupplier1<R>classContextualSupplier2<R>classContextualSupplierN<R>
-