Package com.slack.api.methods.impl
Class ThreadPools
- java.lang.Object
-
- com.slack.api.methods.impl.ThreadPools
-
public class ThreadPools extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExecutorService
getDefault(MethodsConfig config)
static ExecutorService
getOrCreate(MethodsConfig config, String teamId)
-
-
-
Method Detail
-
getDefault
public static ExecutorService getDefault(MethodsConfig config)
-
getOrCreate
public static ExecutorService getOrCreate(MethodsConfig config, String teamId)
-
-