Class SharedExecutorServiceAsyncExecutor

All Implemented Interfaces:
AsyncExecutor, TenantAwareAsyncExecutor

public class SharedExecutorServiceAsyncExecutor extends DefaultAsyncJobExecutor implements TenantAwareAsyncExecutor
Multi tenant AsyncExecutor. For each tenant, there will be acquire threads, but only one ExecutorService will be used once the jobs are acquired.
Author:
Joram Barrez