@Configuration
public class JWTThreadFactoryProvider
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JWTThreadFactoryProvider
public JWTThreadFactoryProvider()
-
Method Details
-
getGeneralThreadFactory
@Bean("jwtGeneralThreadFactory")
public ThreadFactory getGeneralThreadFactory()
-
getTileRenderThreadFactory
@Bean("jwtTileRenderingThreadFactory")
public ThreadFactory getTileRenderThreadFactory()
-
getCoreTaskServiceThreadFactory
@Bean("coreTaskServiceThreadFactory")
public ThreadFactory getCoreTaskServiceThreadFactory()
-
getFlowIntegrationThreadFactory
@Bean("jwtFlowIntegrationThreadFactory")
public ThreadFactory getFlowIntegrationThreadFactory()