Interface TenantAwareAsyncExecutorFactory
-
public interface TenantAwareAsyncExecutorFactoryFactory used by theExecutorPerTenantAsyncExecutorasync executor. This factory will be called when a newAsyncExecutorfor a tenant needs to be created and can be used to create special implementations for specific tenants.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AsyncExecutorcreateAsyncExecutor(java.lang.String tenantId)Allows to create anAsyncExecutorspecifically for a tenant.
-
-
-
Method Detail
-
createAsyncExecutor
AsyncExecutor createAsyncExecutor(java.lang.String tenantId)
Allows to create anAsyncExecutorspecifically for a tenant.
-
-