Uses of Class
io.quarkus.arc.processor.ObserverConfigurator
Packages that use ObserverConfigurator
-
Uses of ObserverConfigurator in io.quarkus.arc.processor
Methods in io.quarkus.arc.processor that return ObserverConfiguratorModifier and TypeMethodDescriptionObserverConfigurator.addQualifier(Class<? extends Annotation> annotationClass) ObserverConfigurator.addQualifier(org.jboss.jandex.AnnotationInstance qualifier) ObserverConfigurator.addQualifier(org.jboss.jandex.DotName annotationName) ObserverConfigurator.async(boolean value) ObserverConfigurator.beanClass(org.jboss.jandex.DotName beanClass) ObserverRegistrar.RegistrationContext.configure()Configure a new synthetic observer.ObserverConfigurator.forceApplicationClass()Forces the observer to be considered an 'application class', so it will be defined in the runtime ClassLoader and re-created on each redeployment.A unique identifier should be used for multiple synthetic observer methods with the same attributes (including the bean class).ObserverConfigurator.observedType(Class<?> observedType) ObserverConfigurator.observedType(org.jboss.jandex.Type observedType) ObserverConfigurator.priority(int priority) ObserverConfigurator.qualifiers(org.jboss.jandex.AnnotationInstance... qualifiers) protected ObserverConfiguratorObserverConfigurator.self()ObserverConfigurator.transactionPhase(jakarta.enterprise.event.TransactionPhase transactionPhase) Methods in io.quarkus.arc.processor that return types with arguments of type ObserverConfiguratorConstructor parameters in io.quarkus.arc.processor with type arguments of type ObserverConfigurator