Class OndemandHystrixThreadPoolTenantListener


  • public class OndemandHystrixThreadPoolTenantListener
    extends java.lang.Object
    HystrixThreadPool 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 Detail

      • OndemandHystrixThreadPoolTenantListener

        public OndemandHystrixThreadPoolTenantListener()
    • Method Detail

      • init

        public void init()