Uses of Interface
io.quarkus.arc.InjectableContext.ContextState
Packages that use InjectableContext.ContextState
-
Uses of InjectableContext.ContextState in io.quarkus.arc
Classes in io.quarkus.arc with type parameters of type InjectableContext.ContextStateModifier and TypeInterfaceDescriptioninterfaceCurrentContext<T extends InjectableContext.ContextState>Represents the current context of a normal scope.Methods in io.quarkus.arc with type parameters of type InjectableContext.ContextStateModifier and TypeMethodDescription<T extends InjectableContext.ContextState>
CurrentContext<T>CurrentContextFactory.create(Class<? extends Annotation> scope) Methods in io.quarkus.arc that return InjectableContext.ContextStateModifier and TypeMethodDescriptiondefault InjectableContext.ContextStateManagedContext.activate()Activate the context with no initial state.ManagedContext.activate(InjectableContext.ContextState initialState) Activate the context.InjectableContext.getState()default InjectableContext.ContextStateInjectableContext.getStateIfActive()If the context is active then return the current state.Methods in io.quarkus.arc with parameters of type InjectableContext.ContextStateModifier and TypeMethodDescriptionManagedContext.activate(InjectableContext.ContextState initialState) Activate the context.default voidManagedContext.activate$$bridge(InjectableContext.ContextState initialState) default voidInjectableContext.destroy(InjectableContext.ContextState state) Destroy all contextual instances from the given state.