Sample rate limiter
This API Rate Limiter is used at the method level to limit the rate of
requests. Use the annotation Limiting at the method level
to specify the number of requests to be processed in the a particular
time window.
See com.quolum.limit.RequestProcessorDriver.java for the
example usage.