From 7ce02df102e09eeee0bd8beffa71ea66ab55fabe Mon Sep 17 00:00:00 2001 From: Marc Giffing Date: Tue, 12 Mar 2024 19:46:50 +0100 Subject: [PATCH] Support for Method level @RateLimiting annoation #250 --- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index ccc75540..5da7349c 100644 --- a/README.adoc +++ b/README.adoc @@ -17,8 +17,8 @@ Project version overview: == Contents * <> -** -** +** <> +** <> * <> ** <> *** <> @@ -82,7 +82,7 @@ bucket4j.filters[0].rate-limits[0].bandwidths[0].unit=seconds bucket4j.filters[0].rate-limits[0].bandwidths[0].refill-speed=intervall ---- - +[[introduction_method]] === Use Annotations on methods for rate limiting Utilizing the '@RateLimiting' annotation, AOP intercepts your method. This grants you comprehensive access to method parameters, empowering you to define the rate limit key or conditionally skip rate limiting with ease.