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 providedConsumerwith theLimitAlgorithm.Outcomeresulting from applying the limit algorithm.static <T> LimitAlgorithm.Result<T> LimitAlgorithm.Result.create(T callableReturnValue, LimitAlgorithm.Outcome outcome) Creates a newResultcombining the return value from theCallableand the limit algorithmLimitAlgorithm.Outcome.