Skip to content

Commit

Permalink
Support for Method level @ratelimiting annoation #250
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcGiffing committed Mar 12, 2024
1 parent 5dcfbc3 commit 7ce02df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Project version overview:
== Contents

* <<introduction>>
**
**
** <<introduction_filter>>
** <<introduction_method>>
* <<project_configuration>>
** <<bucket4j_complete_properties>>
*** <<refill_speed>>
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 7ce02df

Please sign in to comment.