Uses of Class
io.smallrye.faulttolerance.core.rate.limit.RateLimitEvents.DecisionMade
-
Packages that use RateLimitEvents.DecisionMade Package Description io.smallrye.faulttolerance.core.rate.limit -
-
Uses of RateLimitEvents.DecisionMade in io.smallrye.faulttolerance.core.rate.limit
Methods in io.smallrye.faulttolerance.core.rate.limit that return RateLimitEvents.DecisionMade Modifier and Type Method Description static RateLimitEvents.DecisionMadeRateLimitEvents.DecisionMade. valueOf(String name)Returns the enum constant of this type with the specified name.static RateLimitEvents.DecisionMade[]RateLimitEvents.DecisionMade. values()Returns an array containing the constants of this enum type, in the order they are declared.
-