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