public final class ExecutorWrapper extends Object
| Constructor and Description |
|---|
ExecutorWrapper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
shutdown() |
static List<Runnable> |
shutdownNow() |
static <T extends ExecutorService> |
wrap(T executorService) |
public static final <T extends ExecutorService> T wrap(T executorService)
public static void shutdown()
Copyright © 2018. All rights reserved.