Annotation Type RateLimited
@Retention(RUNTIME)
@Target(METHOD)
@Inherited
public @interface RateLimited
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description intcallsPerMinuteintcallsPerSecond
-
Element Details
-
callsPerSecond
int callsPerSecond- Default:
- 1000
-
callsPerMinute
int callsPerMinute- Default:
- 0
-