JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
io.helidon.common.concurrency.limits.LimitException
Packages that use
LimitException
Package
Description
io.helidon.common.concurrency.limits
Concurrency limits API and default implementations.
Uses of
LimitException
in
io.helidon.common.concurrency.limits
Methods in
io.helidon.common.concurrency.limits
that throw
LimitException
Modifier and Type
Method
Description
default void
LimitAlgorithm.
invoke
(
Runnable
runnable)
Invoke a runnable within the limits of this limiter.
default <T> T
LimitAlgorithm.
invoke
(
Callable
<T> callable)
Invoke a callable within the limits of this limiter.