@ApplicationScoped @Asynchronous public class AsyncCaller extends Object
Constructor and Description |
---|
AsyncCaller() |
Modifier and Type | Method and Description |
---|---|
Future<Void> |
run(Runnable runnable)
Run a runnable asynchronously
|
<T> Future<T> |
submit(Callable<T> callable)
Run a callable asynchronously
|
Copyright © 2016 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.