Class GraphQLThreadFactory
- java.lang.Object
-
- graphql.kickstart.servlet.core.internal.GraphQLThreadFactory
-
- All Implemented Interfaces:
java.util.concurrent.ThreadFactory
public class GraphQLThreadFactory extends java.lang.Object implements java.util.concurrent.ThreadFactoryThreadFactoryimplementation forAbstractGraphQLHttpServletasync operations
-
-
Constructor Summary
Constructors Constructor Description GraphQLThreadFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ThreadnewThread(java.lang.Runnable r)
-