public interface TenantAwareAsyncExecutorFactory
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.Modifier and Type | Method and Description |
---|---|
AsyncExecutor |
createAsyncExecutor(String tenantId)
Allows to create an
AsyncExecutor specifically for a tenant. |
AsyncExecutor createAsyncExecutor(String tenantId)
AsyncExecutor
specifically for a tenant.Copyright © 2016 Alfresco. All rights reserved.