public interface RateLimiter
Modifier and Type | Interface and Description |
---|---|
static class |
RateLimiter.Response |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<RateLimiter.Response> |
isAllowed(String id,
org.springframework.tuple.Tuple args) |
reactor.core.publisher.Mono<RateLimiter.Response> isAllowed(String id, org.springframework.tuple.Tuple args)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.