]
Jeff Mesnil commented on WFLY-3603:
-----------------------------------
PR merged in master branch (for 9)
Add global resource notifications
---------------------------------
Key: WFLY-3603
URL:
https://issues.jboss.org/browse/WFLY-3603
Project: WildFly
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Domain Management
Reporter: Jeff Mesnil
Assignee: Jeff Mesnil
Fix For: 8.2.0.CR1, 9.0.0.CR1
Emit notifications to any resource of WildFly management model:
* resource-added - when a resource is added, it emits a resource-added notification
* resource-removed - when a resource is removed, it emits a resource-removed
notification
* attribute-value-written - when a write-attribute operation is performed successfully on
a resource, it emits a attribute-value-written notification. The notification's
data field contains the following information:
* name - String - the name of the attribute
* old-value - the detyped representation of the previous value of the attribute
* new-value - the detyped representation of the new value