Uses of Enum Class
io.github.teceli.resiliencia.metrics.ratelimiter.RateLimiterCounters.Outcome
Packages that use RateLimiterCounters.Outcome
-
Uses of RateLimiterCounters.Outcome in io.github.teceli.resiliencia.metrics.ratelimiter
Methods in io.github.teceli.resiliencia.metrics.ratelimiter that return RateLimiterCounters.OutcomeModifier and TypeMethodDescriptionRateLimiterCounters.Call.outcome()Returns the value of theoutcomerecord component.static RateLimiterCounters.OutcomeReturns the enum constant of this class with the specified name.static RateLimiterCounters.Outcome[]RateLimiterCounters.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.ratelimiter with parameters of type RateLimiterCounters.OutcomeModifierConstructorDescriptionCall(String name, RateLimiterCounters.Outcome outcome) Creates an instance of aCallrecord class.