public interface ExecutorFactory
| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
acquireExecutorService(String name,
int threads,
boolean daemon) |
ScheduledExecutorService |
acquireScheduledExecutorService(String name,
boolean daemon) |
ExecutorService acquireExecutorService(String name, int threads, boolean daemon)
ScheduledExecutorService acquireScheduledExecutorService(String name, boolean daemon)
Copyright © 2024. All rights reserved.