Interface AsyncTaskExecutor

All Known Implementing Classes:
DefaultAsyncTaskExecutor, SpringAsyncTaskExecutor

public interface AsyncTaskExecutor
Flowable task executor interface that abstracts the execution of a Runnable or Callable asynchronously in a different thread.
Author:
Filip Hrisafov
See Also: