Interface NotificationFilter

  • All Superinterfaces:
    Comparable

    @Role
    public interface NotificationFilter
    extends Comparable
    Enable or disable notifications from the event stream (for customization purpose). A NotificationFilter has two goals :
    • Pre-Filtering : Generate a query (made with AbstractNode) that will be used to retrieve a specific subset of notifications from a provider.
    • Post-Filtering : given an Event, determine if this event should be filtered or not.
    Since:
    9.5RC1
    Version:
    $Id: fbf72bc5db8c3771ebe435e6d5fcda195204b6a0 $