Interface TenantAwareAsyncExecutorFactory
-
@Deprecated public interface TenantAwareAsyncExecutorFactoryDeprecated.we discourage the use of tenant aware interfaces/classes this will be removed in future versionsFactory 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 Deprecated Methods Modifier and Type Method Description AsyncExecutorcreateAsyncExecutor(java.lang.String tenantId)Deprecated.Allows to create anAsyncExecutorspecifically for a tenant.
-
-
-
Method Detail
-
createAsyncExecutor
AsyncExecutor createAsyncExecutor(java.lang.String tenantId)
Deprecated.Allows to create anAsyncExecutorspecifically for a tenant.
-
-