public interface NotificationSupport
| Modifier and Type | Interface and Description |
|---|---|
static class |
NotificationSupport.Factory |
| Modifier and Type | Method and Description |
|---|---|
void |
emit(Notification... notifications)
Emit
Notification(s). |
NotificationHandlerRegistration |
getNotificationRegistry()
Get the notification registry to register/unregister notification handlers
|
NotificationHandlerRegistration getNotificationRegistry()
void emit(Notification... notifications)
Notification(s).notifications - the notifications to emitCopyright © 2019 JBoss by Red Hat. All rights reserved.