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