Package io.quarkiverse.businessscore
Annotation Interface Scored
The business score is increased when an anotated business method is invoked.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionString[]booleanIf set totruethen the score is increased even if the intercepted method throws an exception.int
-
Element Details
-
value
int value- See Also:
- Default:
- 1
-
labels
String[] labels- See Also:
- Default:
- {}
-
scoreOnException
boolean scoreOnExceptionIf set totruethen the score is increased even if the intercepted method throws an exception.- Default:
- false
-