public class ExecutorTemplate extends Object
Modifier and Type | Field and Description |
---|---|
(package private) static ExecutorService |
devModeExecutor
In dev mode for now we need the executor to last for the life of the app, as it is used by Undertow.
|
Constructor and Description |
---|
ExecutorTemplate() |
Modifier and Type | Method and Description |
---|---|
ExecutorService |
setupRunTime(ShutdownContext shutdownContext,
ThreadPoolConfig threadPoolConfig,
LaunchMode launchMode) |
static ExecutorService devModeExecutor
public ExecutorService setupRunTime(ShutdownContext shutdownContext, ThreadPoolConfig threadPoolConfig, LaunchMode launchMode)
Copyright © 2019 JBoss by Red Hat. All rights reserved.