Uses of Interface
io.quarkus.arc.processor.ObserverTransformer.ObserverTransformation
Packages that use ObserverTransformer.ObserverTransformation
-
Uses of ObserverTransformer.ObserverTransformation in io.quarkus.arc.processor
Methods in io.quarkus.arc.processor that return ObserverTransformer.ObserverTransformationModifier and TypeMethodDescriptionObserverTransformer.ObserverTransformation.async(boolean value) ObserverTransformer.ObserverTransformation.priority(int priority) ObserverTransformer.ObserverTransformation.reception(jakarta.enterprise.event.Reception reception) ObserverTransformer.ObserverTransformation.transactionPhase(jakarta.enterprise.event.TransactionPhase transactionPhase) ObserverTransformer.TransformationContext.transform()The transformation is not applied until theAnnotationsTransformation.done()method is invoked.