Interface RateLimitConfig
-
- All Superinterfaces:
Annotation,Config
- All Known Implementing Classes:
RateLimitConfigImpl
public interface RateLimitConfig extends RateLimit, Config
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidvalidate()-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
-
Methods inherited from interface io.smallrye.faulttolerance.autoconfig.Config
annotationType, beanClass, isOnMethod, materialize, method
-
Methods inherited from interface io.smallrye.faulttolerance.api.RateLimit
minSpacing, minSpacingUnit, type, value, window, windowUnit
-
-