Class ThreadPools.DefaultWebhookThreadFactory
- java.lang.Object
-
- club.minnced.discord.webhook.util.ThreadPools.DefaultWebhookThreadFactory
-
- All Implemented Interfaces:
ThreadFactory
- Enclosing class:
- ThreadPools
public static final class ThreadPools.DefaultWebhookThreadFactory extends Object implements ThreadFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultWebhookThreadFactory(long id, boolean isDaemon)
-
-
-
Method Detail
-
newThread
public Thread newThread(Runnable r)
- Specified by:
newThread
in interfaceThreadFactory
-
-