Class WorkExecutorFeature.Util
java.lang.Object
ch.raffael.meldioc.library.base.threading.WorkExecutorFeature.Util
- Enclosing interface:
WorkExecutorFeature
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends ExecutorService>
TapplyExecutorServiceShutdown(T executorService, ShutdownController shutdownFeature) static <T extends ExecutorService>
TapplyExecutorServiceShutdown(T executorService, ShutdownFeature shutdownFeature)
-
Method Details
-
applyExecutorServiceShutdown
public static <T extends ExecutorService> T applyExecutorServiceShutdown(T executorService, ShutdownFeature shutdownFeature) -
applyExecutorServiceShutdown
public static <T extends ExecutorService> T applyExecutorServiceShutdown(T executorService, ShutdownController shutdownFeature)
-