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