]
Martin Simka updated WFCORE-1405:
---------------------------------
Git Pull Request:
Ability to configure a listener to receive management notifications
-------------------------------------------------------------------
Key: WFCORE-1405
URL:
https://issues.jboss.org/browse/WFCORE-1405
Project: WildFly Core
Issue Type: Feature Request
Components: Domain Management
Reporter: Brian Stansberry
Assignee: ehsavoie Hugonnet
Priority: Blocker
Fix For: 3.0.0.Alpha13
Provide a means to configure registration of a listener registration for management
notifications.
Users would implement a new NotificationRegistrar interface and register their impl in
the configuration, with a management resource created for each configured
NotificationRegistrar.
The interface would be invoked by the kernel during add of the NotificationRegistrar
resource (at boot or post-boot if it's added then.)
The method passes in a ref to a client that subsequently can be used to invoke management
ops, and a registry users can use to register listeners for future management
notifications.