All Classes and Interfaces
Class
Description
This built-in stereotype is automatically added to all additional beans that do not have a scope annotation declared.
Context propagation for ArC.
Creates the implementation of the class by getting a bean from Arc.
Fires an observable
ShutdownDelayInitiatedEvent in the pre-shutdown phase if
quarkus.shutdown.delay-enabled=true.Represents a CDI bean container.
An interface that can be used to configure beans immediately after the
BeanContainer has been
created.Invokes a business method of a bean.
Interceptor binding for
ConfigStaticInitCheckInterceptor.Intercepts the producer methods declared on
ConfigProducer and records the config value during the static
initialization phase unless the injection point is annotated with StaticInitSafe.This is a store for all config values injected (directly or programmatically) during the static init phase.
When applied to a bean class or producer method or field, the bean will only be enabled
if the Quarkus build time profile matches the rules of the annotation values.
When applied to a bean class or producer method or field, the bean will only be enabled
if the Quarkus build time property matches the provided value.
Supports inline instantiation of this qualifier.
Indicates that a bean should only be obtained by programmatic lookup if the property matches the provided value.
Indicates that a bean should only be obtained by programmatic lookup if the property does not match the provided value.
This class allows us to offload a non-blocking startup method to a non-blocking thread.
Utility class that allows invoking non-blocking startup methods on non-blocking threads when the Quarkus Vert.x
extension is present (which provides us with support for this).
When applied to a bean class or producer method or field, the bean will only be enabled
if the Quarkus build time profile does not match the rules of the annotation values.
When applied to a bean class or producer method or field, the bean will only be enabled
if the Quarkus build time property does not match the provided value.