Uses of Enum Class
org.springframework.resilience.annotation.ConcurrencyLimit.ThrottlePolicy
Packages that use ConcurrencyLimit.ThrottlePolicy
Package
Description
Annotation-based retry and concurrency limit support.
-
Uses of ConcurrencyLimit.ThrottlePolicy in org.springframework.resilience.annotation
Subclasses with type arguments of type ConcurrencyLimit.ThrottlePolicy in org.springframework.resilience.annotationModifier and TypeClassDescriptionstatic enumPolicy to apply for throttling method invocations when the limit has been reached.Methods in org.springframework.resilience.annotation that return ConcurrencyLimit.ThrottlePolicyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ConcurrencyLimit.ThrottlePolicy[]ConcurrencyLimit.ThrottlePolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.