| Package | Description |
|---|---|
| com.marcosbarbero.cloud.autoconfigure.zuul.ratelimit.config.properties |
| Modifier and Type | Method | Description |
|---|---|---|
RateLimitType |
RateLimitProperties.Policy.MatchType.getType() |
|
static RateLimitType |
RateLimitType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static RateLimitType[] |
RateLimitType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
RateLimitProperties.Policy.MatchType.setType(RateLimitType type) |
| Constructor | Description |
|---|---|
MatchType(@Valid @NotNull RateLimitType type,
String matcher) |
Copyright © 2019. All rights reserved.