Package | Description |
---|---|
org.jboss.as.controller.registry |
Modifier and Type | Method and Description |
---|---|
Collection<NotificationHandler> |
NotificationHandlerRegistration.findMatchingNotificationHandlers(Notification notification)
Return all the
NotificationHandler that where registered to listen to the notification's source address (either directly
or though pattern addresses) after filtering them out using the NotificationFilter given at registration time. |
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.