Interface NotificationFilter


public interface NotificationFilter
A filter to let NotificationHandler filters out notifications they are not interested to handle.
Author:
Jeff Mesnil (c) 2013 Red Hat inc.
  • Field Details

  • Method Details

    • isNotificationEnabled

      boolean isNotificationEnabled(Notification notification)