Class JavaThreadPoolFeature.WithShutdown

All Implemented Interfaces:
ShutdownFeature, TaskAdviceFeature, ThreadingFeature
Enclosing class:
JavaThreadPoolFeature

@Feature
public abstract static class JavaThreadPoolFeature.WithShutdown
extends JavaThreadPoolFeature
implements ShutdownFeature
A JavaThreadPoolFeature that destroys the thread pool on finalizing the shutdown.
  • Constructor Details

    • WithShutdown

      public WithShutdown()
  • Method Details