Interface TenantAwareAsyncExecutorFactory


  • @Deprecated
    public interface TenantAwareAsyncExecutorFactory
    Deprecated.
    we discourage the use of tenant aware interfaces/classes this will be removed in future versions
    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 Detail

      • createAsyncExecutor

        AsyncExecutor createAsyncExecutor​(java.lang.String tenantId)
        Deprecated.
        Allows to create an AsyncExecutor specifically for a tenant.