]
Brian Stansberry updated WFCORE-2340:
-------------------------------------
Git Pull Request:
Expose the management executor via a capability
-----------------------------------------------
Key: WFCORE-2340
URL:
https://issues.jboss.org/browse/WFCORE-2340
Project: WildFly Core
Issue Type: Enhancement
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 3.0.0.Beta12
The ServerService and HostControllerService both expose an ExecutorService that, among
other things, extensions can use for async work like blocking tasks in MSC Service
start/stop calls. This should be available as a capability instead of requiring extensions
to hard code service names from the server and host-controller modules.