Class OndemandHystrixThreadPoolTenantListener
- java.lang.Object
-
- de.hybris.platform.integration.commons.hystrix.OndemandHystrixThreadPoolTenantListener
-
public class OndemandHystrixThreadPoolTenantListener extends java.lang.ObjectHystrixThreadPool is internally holding a ThreadPoolExecutor. We need to explicitly shutdown the pool, because the non-deamon threads inside the thread pool are preventing the JVM from shutting down.
-
-
Constructor Summary
Constructors Constructor Description OndemandHystrixThreadPoolTenantListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()
-