Package com.slack.api.util.thread
Class ExecutorServiceFactory
- java.lang.Object
-
- com.slack.api.util.thread.ExecutorServiceFactory
-
public class ExecutorServiceFactory extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExecutorServicecreateDaemonThreadPoolExecutor(String threadGroupName, int poolSize)static ScheduledExecutorServicecreateDaemonThreadScheduledExecutor(String threadGroupName)
-
-
-
Method Detail
-
createDaemonThreadPoolExecutor
public static ExecutorService createDaemonThreadPoolExecutor(String threadGroupName, int poolSize)
-
createDaemonThreadScheduledExecutor
public static ScheduledExecutorService createDaemonThreadScheduledExecutor(String threadGroupName)
-
-