public class ConfluenceInitExecutorServiceProvider extends Object implements InitExecutorServiceProvider
| Constructor and Description |
|---|
ConfluenceInitExecutorServiceProvider(com.atlassian.sal.api.executor.ThreadLocalDelegateExecutorFactory threadLocalDelegateExecutorFactory,
TenantAwareDataSourceProvider tenantAwareDataSourceProvider,
InitExecutorServiceProvider defaultInitExecutorServiceProvider) |
| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
initExecutorService(com.atlassian.tenancy.api.Tenant tenant)
In the case of HSQL, confluence will dispatch TenantArrivedEvent synchronously.
|
public ConfluenceInitExecutorServiceProvider(com.atlassian.sal.api.executor.ThreadLocalDelegateExecutorFactory threadLocalDelegateExecutorFactory,
TenantAwareDataSourceProvider tenantAwareDataSourceProvider,
InitExecutorServiceProvider defaultInitExecutorServiceProvider)
@Nonnull public ExecutorService initExecutorService(@Nonnull com.atlassian.tenancy.api.Tenant tenant)
initExecutorService in interface InitExecutorServiceProvidertenant - context for the data sourceCopyright © 2018 Atlassian. All rights reserved.