Package io.quarkus.arc.deployment.devui
Class DevObserverInfo
java.lang.Object
io.quarkus.arc.deployment.devui.DevObserverInfo
- All Implemented Interfaces:
Comparable<DevObserverInfo>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(DevObserverInfo other) static DevObserverInfofrom(ObserverInfo observer, CompletedApplicationClassPredicateBuildItem predicate) intjakarta.enterprise.event.Receptionjakarta.enterprise.event.TransactionPhasebooleanbooleanisAsync()
-
Constructor Details
-
DevObserverInfo
-
-
Method Details
-
from
public static DevObserverInfo from(ObserverInfo observer, CompletedApplicationClassPredicateBuildItem predicate) -
getDeclaringClass
-
getMethodName
-
getObservedType
-
getQualifiers
-
getPriority
public int getPriority() -
isAsync
public boolean isAsync() -
getReception
public jakarta.enterprise.event.Reception getReception() -
getTransactionPhase
public jakarta.enterprise.event.TransactionPhase getTransactionPhase() -
isApplicationObserver
public boolean isApplicationObserver() -
compareTo
- Specified by:
compareToin interfaceComparable<DevObserverInfo>
-