Uses of Class
co.elastic.apm.api.Outcome
-
-
Uses of Outcome in co.elastic.apm.api
Methods in co.elastic.apm.api that return Outcome Modifier and Type Method Description static OutcomeOutcome. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Outcome[]Outcome. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in co.elastic.apm.api with parameters of type Outcome Modifier and Type Method Description SpanSpan. setOutcome(Outcome outcome)Sets the outcome of this eventTransactionTransaction. setOutcome(Outcome outcome)Sets the transaction outcome
-