Uses of Package
io.quarkus.arc
-
Packages that use io.quarkus.arc Package Description io.quarkus.arc io.quarkus.arc.impl -
Classes in io.quarkus.arc used by io.quarkus.arc Class Description All.Literal Supports inline instantiation of this qualifier.ArcContainer Represents a container instance.BeanDestroyer It can be used by syntheticInjectableBeandefinitions to destroy a contextual instance.Components CurrentContext Represents the current context of a normal scope.CurrentContextFactory This factory can be used to create a newCurrentContextfor a normal scope, e.g.InjectableBean Quarkus representation of an injectable bean.InjectableBean.Kind InjectableContext A context implementing this interface makes it possible to capture and view its state via theInjectableContext.ContextState.InjectableContext.ContextState InjectableInstance Enhanced version ofInstance.InjectableObserverMethod Represents an observer method.InjectableReferenceProvider InstanceHandle Represents an instance handle.Lock.Type ManagedContext A context implementing this interface can be manually managed.RemovedBean An unused bean removed during the build process. -
Classes in io.quarkus.arc used by io.quarkus.arc.impl Class Description ArcContainer Represents a container instance.AsyncObserverExceptionHandler Handles an exception thrown by an asynchronous observer.ContextInstanceHandle An instance handle that can be used to store contextual instances in anInjectableContext.CurrentContextFactory This factory can be used to create a newCurrentContextfor a normal scope, e.g.DefaultBean If a bean is annotated with this annotation, it means that the bean will only be used as a default bean if no other bean of this type is configured.InjectableBean Quarkus representation of an injectable bean.InjectableBean.Kind InjectableContext A context implementing this interface makes it possible to capture and view its state via theInjectableContext.ContextState.InjectableDecorator Quarkus representation of a decorator bean.InjectableInstance Enhanced version ofInstance.InjectableInterceptor Quarkus representation of an interceptor bean.InjectableObserverMethod Represents an observer method.InjectableReferenceProvider InstanceHandle Represents an instance handle.Lock Defines a concurrency lock for a bean.ManagedContext A context implementing this interface can be manually managed.RemovedBean An unused bean removed during the build process.