]
Brian Stansberry resolved WFCORE-1109.
--------------------------------------
Resolution: Duplicate Issue
Resolving as a duplicate as WFCORE-1405 will cover this.
After a successful start up allow an interceptor to be called
-------------------------------------------------------------
Key: WFCORE-1109
URL:
https://issues.jboss.org/browse/WFCORE-1109
Project: WildFly Core
Issue Type: Feature Request
Components: Domain Management
Reporter: Shaun Appleton
On start-up some other systems need to be notified that the start-up was successful.
This is a request to allow an interceptor to be defined in the standalone*.xml file that
could be called on a successful start-up.
If the startup was unsuccessful ie had any errors the interceptor would not be called.
Whether the startup is successful can be found out by the following cli command
/core-service=management:read-boot-errors
So the information on whether to call the interceptor or not is already known.