Package ch.ivyteam.util.threadcontext
Class IvyAsyncRunner
java.lang.Object
ch.ivyteam.util.threadcontext.IvyAsyncRunner
Deprecated, for removal: This API element is subject to removal in a future version.
- API:
- This is a public API.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.<T> TDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
IvyAsyncRunner
Deprecated, for removal: This API element is subject to removal in a future version.- API:
- This public API is available in Java.
-
-
Method Details
-
run
@Deprecated(since="12.0.0", forRemoval=true) public <T> T run(Callable<T> callable) throws Exception Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
Exception- API:
- This public API is available in Java.
-
run
Deprecated, for removal: This API element is subject to removal in a future version.- API:
- This public API is available in Java.
-
IvyAsyncExecutor