public interface ManagedExecutorServiceSupplier extends ExecutorServiceProvider
| Modifier and Type | Method and Description |
|---|---|
void |
setExecutorServiceProvider(java.util.function.Supplier<? extends CloseableExecutorService> provider) |
getExecutorServiceProvider, resolveExecutorServicevoid setExecutorServiceProvider(java.util.function.Supplier<? extends CloseableExecutorService> provider)
provider - The Supplier of CloseableExecutorService-s to be used when asynchronous execution
is required. If null then a single-threaded ad-hoc service is used.