Interface LimitAlgorithm.Outcome.Accepted
- All Superinterfaces:
LimitAlgorithm.Outcome
- Enclosing interface:
LimitAlgorithm.Outcome
Behavior of an
LimitAlgorithm.Outcome
representing an accepted work
item.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.common.concurrency.limits.LimitAlgorithm.Outcome
LimitAlgorithm.Outcome.Accepted, LimitAlgorithm.Outcome.Deferred, LimitAlgorithm.Outcome.Disposition, LimitAlgorithm.Outcome.Timing
-
Method Summary
Modifier and TypeMethodDescriptiontoken()
TheLimitAlgorithm.Token
the caller should invoke as it processes or rejects the work item.Methods inherited from interface io.helidon.common.concurrency.limits.LimitAlgorithm.Outcome
algorithmType, disposition, originName, timing
-
Method Details
-
token
LimitAlgorithm.Token token()TheLimitAlgorithm.Token
the caller should invoke as it processes or rejects the work item.- Returns:
- the token
-