Uses of Enum Class
io.github.teceli.resiliencia.metrics.timeout.TimeoutCounters.AbandonedOutcome
Packages that use TimeoutCounters.AbandonedOutcome
-
Uses of TimeoutCounters.AbandonedOutcome in io.github.teceli.resiliencia.metrics.timeout
Methods in io.github.teceli.resiliencia.metrics.timeout that return TimeoutCounters.AbandonedOutcomeModifier and TypeMethodDescriptionTimeoutCounters.Abandoned.outcome()Returns the value of theoutcomerecord component.Returns the enum constant of this class with the specified name.static TimeoutCounters.AbandonedOutcome[]TimeoutCounters.AbandonedOutcome.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.github.teceli.resiliencia.metrics.timeout with parameters of type TimeoutCounters.AbandonedOutcomeModifierConstructorDescriptionAbandoned(String name, TimeoutCounters.AbandonedOutcome outcome) Creates an instance of aAbandonedrecord class.