Interface TaskDispatcher


  • public interface TaskDispatcher
    TaskDispatcher operates as the coordinator of asynchronous task processing in the CTS persistence layer. It does so by mapping the creation of tasks to be performed to a method of processing those tasks. The intention is to decouple the caller from the storage mechanism to ensure high throughput and independence from the storage layer. The TaskDispatcher is unaware of the TaskExecutor implementation that will be used to dispatch tasks to perform.