Uses of Interface
io.quarkus.arc.CurrentContext
Packages that use CurrentContext
-
Uses of CurrentContext in io.quarkus.arc
Methods in io.quarkus.arc that return CurrentContextModifier and TypeMethodDescription<T extends InjectableContext.ContextState>
CurrentContext<T> CurrentContextFactory.create(Class<? extends Annotation> scope) -
Uses of CurrentContext in io.quarkus.arc.impl
Constructors in io.quarkus.arc.impl with parameters of type CurrentContextModifierConstructorDescriptionprotectedCurrentManagedContext(CurrentContext<CurrentManagedContext.CurrentContextState> currentContext, Supplier<ContextInstances> contextInstances, Consumer<Object> initializedNotifier, Consumer<Object> beforeDestroyedNotifier, Consumer<Object> destroyedNotifier) SessionContext(CurrentContext<CurrentManagedContext.CurrentContextState> currentContext, io.quarkus.arc.impl.EventImpl.Notifier<Object> initializedNotifier, io.quarkus.arc.impl.EventImpl.Notifier<Object> beforeDestroyedNotifier, io.quarkus.arc.impl.EventImpl.Notifier<Object> destroyedNotifier, Supplier<ContextInstances> contextInstances)