Interface ExecutorServiceProvider
- All Known Implementing Classes:
DefaultExecutorServiceProvider
public interface ExecutorServiceProvider
-
Method Summary
Modifier and TypeMethodDescriptionProvides anExecutorServiceto be used for asynchronous command execution.
-
Method Details
-
provideExecutorService
ExecutorService provideExecutorService()Provides anExecutorServiceto be used for asynchronous command execution.- Returns:
- An instance of
ExecutorServiceor null to use the default executor.
-