| Package | Description |
|---|---|
| com.mulesoft.modules.oauth2.provider.api.ratelimit |
| Modifier and Type | Method and Description |
|---|---|
static RateLimiter.Operation |
RateLimiter.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RateLimiter.Operation[] |
RateLimiter.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PeriodRateLimiter.checkOperationAuthorized(RateLimiter.Operation operation,
String context) |
void |
RateLimiter.checkOperationAuthorized(RateLimiter.Operation operation,
String context) |
void |
PeriodRateLimiter.recordOperationOutcome(RateLimiter.Operation operation,
String context,
RateLimiter.Outcome outcome) |
void |
RateLimiter.recordOperationOutcome(RateLimiter.Operation operation,
String context,
RateLimiter.Outcome outcome) |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.