| Package | Description |
|---|---|
| org.spincast.plugins.attemptslimiter | |
| org.spincast.plugins.attemptslimiter.config |
| Modifier and Type | Method and Description |
|---|---|
static AttemptsAutoIncrementType |
AttemptsAutoIncrementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttemptsAutoIncrementType[] |
AttemptsAutoIncrementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Attempt |
AttemptsManagerDefault.attempt(String actionName,
AttemptsAutoIncrementType attemptsAutoIncrementType,
AttemptCriteria... criterias) |
Attempt |
AttemptsManager.attempt(String attemptName,
AttemptsAutoIncrementType attemptsAutoIncrementType,
AttemptCriteria... criterias)
Gets the current
Attempt, given the action to protect
and criterias. |
| Modifier and Type | Method and Description |
|---|---|
AttemptsAutoIncrementType |
SpincastAttemptsLimiterPluginConfigDefault.getDefaultAttemptAutoIncrementType() |
AttemptsAutoIncrementType |
SpincastAttemptsLimiterPluginConfig.getDefaultAttemptAutoIncrementType()
Should the
AttemptsManager.attempt(String, org.spincast.plugins.attemptslimiter.AttemptCriteria...)
method automatically increment the number of attempts by default,
when not specified otherwise? |
Copyright © 2018. All rights reserved.