public class ExecutorServiceFactory extends Object
Modifier and Type | Method and Description |
---|---|
static ExecutorService |
createDaemonThreadPoolExecutor(String threadGroupName,
int poolSize) |
static ScheduledExecutorService |
createDaemonThreadScheduledExecutor(String threadGroupName) |
public static ExecutorService createDaemonThreadPoolExecutor(String threadGroupName, int poolSize)
public static ScheduledExecutorService createDaemonThreadScheduledExecutor(String threadGroupName)
Copyright © 2020. All rights reserved.