public class DefaultAsyncTaskInvoker extends Object implements AsyncTaskInvoker
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
protected AsyncTaskExecutor |
taskExecutor |
| Constructor and Description |
|---|
DefaultAsyncTaskInvoker(AsyncTaskExecutor taskExecutor) |
protected final org.slf4j.Logger logger
protected final AsyncTaskExecutor taskExecutor
public DefaultAsyncTaskInvoker(AsyncTaskExecutor taskExecutor)
public <T> CompletableFuture<T> submit(Callable<T> task)
submit in interface AsyncTaskInvokerCopyright © 2021 Flowable. All rights reserved.