public class ShExecutorCreator extends Object
| Constructor and Description |
|---|
ShExecutorCreator() |
| Modifier and Type | Method and Description |
|---|---|
static ScheduledExecutorService |
newScheduleExecutorService(int corePoolSize,
String poolName) |
static ExecutorService |
newSingleExecutor(String poolName) |
public static ExecutorService newSingleExecutor(String poolName)
public static ScheduledExecutorService newScheduleExecutorService(int corePoolSize, String poolName)
Copyright © 2021 Shoothzj. All rights reserved.