JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.nustaq.kontraktor.annotations
Annotation Interface RateLimited
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
@Inherited
public @interface
RateLimited
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
int
callsPerMinute
int
callsPerSecond
Element Details
callsPerSecond
int
callsPerSecond
Default:
1000
callsPerMinute
int
callsPerMinute
Default:
0