Class ThreadingFeature.Util
- java.lang.Object
-
- ch.raffael.meldioc.library.base.threading.ThreadingFeature.Util
-
- Enclosing interface:
- ThreadingFeature
public static final class ThreadingFeature.Util extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends java.util.concurrent.ExecutorService>
TapplyExecutorServiceShutdown(T executorService, ShutdownController shutdownFeature)static <T extends java.util.concurrent.ExecutorService>
TapplyExecutorServiceShutdown(T executorService, ShutdownFeature shutdownFeature)
-
-
-
Method Detail
-
applyExecutorServiceShutdown
public static <T extends java.util.concurrent.ExecutorService> T applyExecutorServiceShutdown(T executorService, ShutdownFeature shutdownFeature)
-
applyExecutorServiceShutdown
public static <T extends java.util.concurrent.ExecutorService> T applyExecutorServiceShutdown(T executorService, ShutdownController shutdownFeature)
-
-