Interface AsyncTaskInvoker
-
public interface AsyncTaskInvokerInvoker responsible for submitting tasks to the task executor.- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> CompletableFuture<T>submit(Callable<T> task)
-
-
-
Method Detail
-
submit
<T> CompletableFuture<T> submit(Callable<T> task)
-
-