Uses of Class
io.quarkus.arc.impl.CurrentManagedContext.CurrentContextState
Packages that use CurrentManagedContext.CurrentContextState
-
Uses of CurrentManagedContext.CurrentContextState in io.quarkus.arc.impl
Methods in io.quarkus.arc.impl that return CurrentManagedContext.CurrentContextStateConstructor parameters in io.quarkus.arc.impl with type arguments of type CurrentManagedContext.CurrentContextStateModifierConstructorDescriptionprotectedCurrentManagedContext(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)