Uses of Enum Class
io.github.teceli.resiliencia.metrics.bulkhead.BulkheadCounters.Outcome
Packages that use BulkheadCounters.Outcome
-
Uses of BulkheadCounters.Outcome in io.github.teceli.resiliencia.metrics.bulkhead
Methods in io.github.teceli.resiliencia.metrics.bulkhead that return BulkheadCounters.OutcomeModifier and TypeMethodDescriptionBulkheadCounters.Call.outcome()Returns the value of theoutcomerecord component.static BulkheadCounters.OutcomeReturns the enum constant of this class with the specified name.static BulkheadCounters.Outcome[]BulkheadCounters.Outcome.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.github.teceli.resiliencia.metrics.bulkhead with parameters of type BulkheadCounters.OutcomeModifierConstructorDescriptionCall(String name, BulkheadCounters.Outcome outcome) Creates an instance of aCallrecord class.