Interface NotificationSupport


public interface NotificationSupport
The NotificationSupport can be used to emit notifications.
Author:
Jeff Mesnil (c) 2013 Red Hat inc.
  • Method Details

    • getNotificationRegistry

      NotificationHandlerRegistration getNotificationRegistry()
      Get the notification registry to register/unregister notification handlers
    • emit

      void emit(Notification... notifications)
      Emit Notification(s).
      Parameters:
      notifications - the notifications to emit