Interface TenantAwareAsyncExecutorFactory
public interface TenantAwareAsyncExecutorFactory
Factory used by the
ExecutorPerTenantAsyncExecutor async executor.
This factory will be called when a new AsyncExecutor for a tenant needs to be created
and can be used to create special implementations for specific tenants.-
Method Summary
Modifier and TypeMethodDescriptioncreateAsyncExecutor(String tenantId) Allows to create anAsyncExecutorspecifically for a tenant.
-
Method Details
-
createAsyncExecutor
Allows to create anAsyncExecutorspecifically for a tenant.
-