@ConfigurationProperties(prefix="bucket4j") public class Bucket4JBootProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Bucket4JBootProperties.Bucket4JConfiguration |
static class |
Bucket4JBootProperties.RateLimit |
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_PREFIX |
| Constructor and Description |
|---|
Bucket4JBootProperties() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getEnabled() |
List<Bucket4JBootProperties.Bucket4JConfiguration> |
getFilters() |
static String |
getPropertyPrefix() |
void |
setEnabled(Boolean enabled) |
void |
setFilters(List<Bucket4JBootProperties.Bucket4JConfiguration> filters) |
public static final String PROPERTY_PREFIX
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public static String getPropertyPrefix()
public List<Bucket4JBootProperties.Bucket4JConfiguration> getFilters()
public void setFilters(List<Bucket4JBootProperties.Bucket4JConfiguration> filters)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.