Uses of Interface
io.quarkus.arc.InjectableContext.ContextState
-
Packages that use InjectableContext.ContextState Package Description io.quarkus.arc -
-
Uses of InjectableContext.ContextState in io.quarkus.arc
Classes in io.quarkus.arc with type parameters of type InjectableContext.ContextState Modifier and Type Interface Description interfaceCurrentContext<T extends InjectableContext.ContextState>Represents the current context of a normal scope.Methods in io.quarkus.arc with type parameters of type InjectableContext.ContextState Modifier and Type Method Description <T extends InjectableContext.ContextState>
CurrentContext<T>CurrentContextFactory. create(Class<? extends Annotation> scope)Methods in io.quarkus.arc that return InjectableContext.ContextState Modifier and Type Method Description InjectableContext.ContextStateInjectableContext. 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.ContextState Modifier and Type Method Description voidManagedContext. activate(InjectableContext.ContextState initialState)Activate the context.default voidInjectableContext. destroy(InjectableContext.ContextState state)Destroy all contextual instances from the given state.
-