@RateLimiter
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
@RateLimiter has 12 facts recorded in Dontopedia across 2 references, with 2 live disagreements.
Mostly:has parameter value(2), has attribute value(2), rdf:type(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (8)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
annotationAnnotation(3)
- Api Data Endpoint
ex:api-data-endpoint - Private Endpoint Method
ex:private-endpoint-method - Public Endpoint Method
ex:public-endpoint-method
configuredInConfigured in(1)
- My Rate Limiter Instance
ex:myRateLimiter-instance
demonstratesDemonstrates(1)
- Code Example
ex:code-example
hasAnnotationHas Annotation(1)
- Api Data Endpoint
ex:api-data-endpoint
importsImports(1)
- Import Statement 1
ex:import-statement-1
referencedByReferenced by(1)
- Rate Limiter Configuration
ex:rate-limiter-configuration
Other facts (11)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Has Parameter Value | publicApiRateLimiter | [2] |
| Has Parameter Value | privateApiRateLimiter | [2] |
| Has Attribute Value | publicApiRateLimiter | [2] |
| Has Attribute Value | privateApiRateLimiter | [2] |
| Rdf:type | Annotation | [1] |
| Used for | Controller Rate Limiting | [1] |
| Package Name | io.github.resilience4j.ratelimiter.annotation | [1] |
| Has Parameter | Name Parameter | [1] |
| Has Parameter Name | name | [2] |
| References | Public Api Rate Limiter | [2] |
| Has Attribute Name | name | [2] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (2)
ctx:claims/beam/9b0b7349-8931-4f10-99ea-e696f8d48966- full textbeam-chunktext/plain1006 B
doc:beam/9b0b7349-8931-4f10-99ea-e696f8d48966Show excerpt
Use the `@RateLimiter` annotation to apply rate limiting to your controllers. ```java import io.github.resilience4j.ratelimiter.annotation.RateLimiter; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.w…
ctx:claims/beam/96679439-9730-46ec-a09a-bfd5d38ef410- full textbeam-chunktext/plain1 KB
doc:beam/96679439-9730-46ec-a09a-bfd5d38ef410Show excerpt
.timeoutDuration(Duration.ofMillis(100)) .build(); return RateLimiterRegistry.of(config).rateLimiter("publicApiRateLimiter"); } @Bean public RateLimiter privateApiRateLimiter() { RateLim…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.