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 © 2020. All rights reserved.