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 Detail

      • createAsyncExecutor

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