public interface AsyncCaller
| Modifier and Type | Method and Description |
|---|---|
<T> CompletableFuture<T> |
call(Callable<T> callable)
Calls operation asynchronously.
|
<T> CompletableFuture<T> call(Callable<T> callable)
T - operation type.callable - operation to be done.Copyright © 2022. All rights reserved.