Uses of Interface
org.spincast.plugins.attemptslimiter.Attempt
-
Uses of Attempt in org.spincast.plugins.attemptslimiter
Modifier and TypeMethodDescriptionAttemptsManager.attempt
(String attemptName, AttemptCriteria... criterias) Gets the currentAttempt
, given the action to protect and criterias.AttemptsManager.attempt
(String attemptName, AttemptsAutoIncrementType attemptsAutoIncrementType, AttemptCriteria... criterias) Gets the currentAttempt
, given the action to protect and criterias.AttemptsManagerDefault.attempt
(String actionName, AttemptCriteria... criterias) AttemptsManagerDefault.attempt
(String actionName, AttemptsAutoIncrementType attemptsAutoIncrementType, AttemptCriteria... criterias) AttemptFactory.createAttempt
(boolean maxReached, String actionName, AttemptCriteria... criterias)