| Package | Description |
|---|---|
| org.spincast.plugins.attemptslimiter |
| Modifier and Type | Class and Description |
|---|---|
class |
AttemptRuleDefault |
| Modifier and Type | Method and Description |
|---|---|
AttemptRule |
AttemptFactory.createAttemptRule(String actionName,
int nbrMaxAttemptsPerDuration,
Duration duration) |
protected AttemptRule |
AttemptsManagerDefault.getAttemptRule(String actionName) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends AttemptRule> |
SpincastAttemptsLimiterPluginModule.getAttemptRuleClass() |
Map<String,AttemptRule> |
AttemptsManagerDefault.getAttemptRulesByActionName() |
Map<String,AttemptRule> |
AttemptsManager.getAttemptRulesByActionName()
Gets all the registered
AttemptRule rules,
by action names. |
| Modifier and Type | Method and Description |
|---|---|
void |
AttemptsManagerDefault.registerAttempRule(AttemptRule attemptRule) |
void |
AttemptsManager.registerAttempRule(AttemptRule attemptRule)
Registers a
AttemptRule rule. |
Copyright © 2019. All rights reserved.