Uses of Class
io.smallrye.faulttolerance.api.RateLimitType
-
-
Uses of RateLimitType in io.smallrye.faulttolerance.api
Methods in io.smallrye.faulttolerance.api that return RateLimitType Modifier and Type Method Description RateLimitTypetype()Type of time windows used for rate limiting.static RateLimitTypeRateLimitType. valueOf(String name)Returns the enum constant of this type with the specified name.static RateLimitType[]RateLimitType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.smallrye.faulttolerance.api with parameters of type RateLimitType Modifier and Type Method Description FaultTolerance.Builder.RateLimitBuilder<T,R>FaultTolerance.Builder.RateLimitBuilder. type(RateLimitType value)Sets the type of time windows used for rate limiting.
-