Uses of Interface
io.quarkus.arc.impl.ContextInstances
Packages that use ContextInstances
-
Uses of ContextInstances in io.quarkus.arc
Methods in io.quarkus.arc that return types with arguments of type ContextInstancesModifier and TypeMethodDescriptionMap<Class<? extends Annotation>, Supplier<ContextInstances>> Components.getContextInstances() -
Uses of ContextInstances in io.quarkus.arc.impl
Classes in io.quarkus.arc.impl that implement ContextInstancesConstructor parameters in io.quarkus.arc.impl with type arguments of type ContextInstancesModifierConstructorDescriptionprotectedCurrentManagedContext(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)