Package | Description |
---|---|
org.jboss.as.controller.notification | |
org.jboss.as.controller.registry |
Modifier and Type | Field and Description |
---|---|
static NotificationFilter |
NotificationFilter.ALL |
Modifier and Type | Method and Description |
---|---|
void |
NotificationHandlerRegistration.registerNotificationHandler(PathAddress source,
NotificationHandler handler,
NotificationFilter filter)
Register the given NotificationHandler to receive notifications emitted by the resource at the given source address.
|
void |
NotificationHandlerRegistration.unregisterNotificationHandler(PathAddress source,
NotificationHandler handler,
NotificationFilter filter)
Unregister the given NotificationHandler to stop receiving notifications emitted by the resource at the given source address.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.