public interface LimitedConcurrencyCaller
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LimitedConcurrencyCaller.Callable<T,E extends Exception> |
| Modifier and Type | Method and Description |
|---|---|
<T,E extends Exception> |
execute(LimitedConcurrencyCaller.Callable<T,E> callable)
Execute code provided as Callable
|
<T,E extends Exception> T execute(LimitedConcurrencyCaller.Callable<T,E> callable) throws E extends Exception
T - value returned from provided codeE - exception that might be thrown in provided codecallable - EE extends ExceptionCopyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.