Class ThreadPools
- java.lang.Object
-
- club.minnced.discord.webhook.util.ThreadPools
-
public class ThreadPools extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ThreadPools.DefaultWebhookThreadFactory
-
Constructor Summary
Constructors Constructor Description ThreadPools()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ScheduledExecutorService
getDefaultPool(long id, ThreadFactory factory, boolean isDaemon)
-
-
-
Method Detail
-
getDefaultPool
public static ScheduledExecutorService getDefaultPool(long id, ThreadFactory factory, boolean isDaemon)
-
-