public interface RateLimiter<C> extends StatefulConfigurable<C>
| Modifier and Type | Interface and Description |
|---|---|
static class |
RateLimiter.Response |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<RateLimiter.Response> |
isAllowed(String routeId,
String id) |
getConfiggetConfigClass, newConfigreactor.core.publisher.Mono<RateLimiter.Response> isAllowed(String routeId, String id)
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.