Uses of Enum
io.smallrye.faulttolerance.api.RateLimitType
-
Uses of RateLimitType in io.smallrye.faulttolerance.api
Methods in io.smallrye.faulttolerance.api that return RateLimitTypeModifier and TypeMethodDescriptionstatic RateLimitTypeReturns 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 RateLimitTypeModifier and TypeMethodDescriptionFaultTolerance.Builder.RateLimitBuilder.type(RateLimitType value) Deprecated, for removal: This API element is subject to removal in a future version.Guard.Builder.RateLimitBuilder.type(RateLimitType value) Sets the type of time windows used for rate limiting.TypedGuard.Builder.RateLimitBuilder.type(RateLimitType value) Sets the type of time windows used for rate limiting.