Uses of Interface
io.quarkus.arc.InjectableContext
Packages that use InjectableContext
-
Uses of InjectableContext in io.quarkus.arc
Subinterfaces of InjectableContext in io.quarkus.arcModifier and TypeInterfaceDescriptioninterfaceA context implementing this interface can be manually managed.Methods in io.quarkus.arc that return InjectableContextModifier and TypeMethodDescriptionArcContainer.getActiveContext(Class<? extends Annotation> scopeType) UnlikeBeanContainer.getContext(Class)this method does not throwContextNotActiveExceptionif there is no active context for the given scope.Methods in io.quarkus.arc that return types with arguments of type InjectableContextModifier and TypeMethodDescriptionArcContainer.getContexts(Class<? extends Annotation> scopeType) Components.getContexts() -
Uses of InjectableContext in io.quarkus.arc.impl
Methods in io.quarkus.arc.impl that return InjectableContextModifier and TypeMethodDescriptionArcContainerImpl.getActiveContext(Class<? extends Annotation> scopeType) Methods in io.quarkus.arc.impl that return types with arguments of type InjectableContextModifier and TypeMethodDescriptionArcContainerImpl.getContexts(Class<? extends Annotation> scopeType) Methods in io.quarkus.arc.impl with parameters of type InjectableContextModifier and TypeMethodDescriptionstatic <T> TClientProxies.getApplicationScopedDelegate(InjectableContext applicationContext, InjectableBean<T> bean) static <T> TClientProxies.getSingleContextDelegate(InjectableContext context, InjectableBean<T> bean)