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
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)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
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)
-