public class ExecutorServiceUtil
extends java.lang.Object
ExecutorService.| Constructor and Description |
|---|
ExecutorServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.concurrent.ExecutorService |
newExecutorService()
Creates an executor service suitable for use by logback components.
|
static void |
shutdown(java.util.concurrent.ExecutorService executorService)
Shuts down an executor service.
|
public static java.util.concurrent.ExecutorService newExecutorService()
public static void shutdown(java.util.concurrent.ExecutorService executorService)
executorService - the executor service to shut down