Class CountingThreadFactory
java.lang.Object
net.dv8tion.jda.internal.utils.concurrent.CountingThreadFactory
- All Implemented Interfaces:
ThreadFactory
-
Constructor Summary
ConstructorsConstructorDescriptionCountingThreadFactory
(Supplier<String> identifier, String specifier) CountingThreadFactory
(Supplier<String> identifier, String specifier, boolean daemon) -
Method Summary
-
Constructor Details
-
CountingThreadFactory
-
CountingThreadFactory
-
-
Method Details
-
newThread
- Specified by:
newThread
in interfaceThreadFactory
-