Interface RateLimitInterceptor

All Superinterfaces:
org.springframework.http.client.ClientHttpRequestInterceptor
All Known Implementing Classes:
RateLimitInterceptorImpl
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface RateLimitInterceptor extends org.springframework.http.client.ClientHttpRequestInterceptor
  • Method Summary

    Methods inherited from interface org.springframework.http.client.ClientHttpRequestInterceptor

    intercept