Uses of Interface
io.helidon.common.concurrency.limits.LimitAlgorithm.Result
Packages that use LimitAlgorithm.Result
Package
Description
Concurrency limits API and default implementations.
-
Uses of LimitAlgorithm.Result in io.helidon.common.concurrency.limits
Methods in io.helidon.common.concurrency.limits that return LimitAlgorithm.ResultModifier and TypeMethodDescription<T> LimitAlgorithm.Result
<T> <T> LimitAlgorithm.Result
<T> default <T> LimitAlgorithm.Result
<T> Invoke a callable within the limits of this limiter, invoking the providedConsumer
with theLimitAlgorithm.Outcome
resulting from applying the limit algorithm.static <T> LimitAlgorithm.Result
<T> LimitAlgorithm.Result.create
(T callableReturnValue, LimitAlgorithm.Outcome outcome) Creates a newResult
combining the return value from theCallable
and the limit algorithmLimitAlgorithm.Outcome
.