ContextT
- public interface LimiterRegistry<ContextT>
Limiter
lookup for integrations that support multiple Limiters, i.e. one per RPC method.Modifier and Type | Method and Description |
---|---|
Limiter<ContextT> |
get(java.lang.String key) |
static <ContextT> LimiterRegistry<ContextT> |
single(Limiter<ContextT> limiter) |
static <ContextT> LimiterRegistry<ContextT> single(Limiter<ContextT> limiter)