public interface InitExecutorServiceProvider
| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
initExecutorService(com.atlassian.tenancy.api.Tenant tenant)
Create an executor service in which to run AO init i.e.
|
@Nonnull ExecutorService initExecutorService(@Nonnull com.atlassian.tenancy.api.Tenant tenant)
DefaultInitExecutorServiceProvider provides a standard implementation and
should be used unless the product has special snowflake requirements e.g. HSQLDB executing in current thread.tenant - context for the data sourceCopyright © 2018 Atlassian. All rights reserved.