notification dispatcher filter

Registered by Mehdi Abaakouk

Just separate in a new bp, the idea from notification-subscriber-server one to allow to write notification message filters to an endpoint like:

class WarnHandler(object):
    filter = NotificationsFilter(publisher_id='^compute.*')

    def warn(self, ctxt, publisher_id, event_type, payload, extras):
     ...

Blueprint information

Status:
Complete
Approver:
Doug Hellmann
Priority:
Medium
Drafter:
Mehdi Abaakouk
Direction:
Approved
Assignee:
Mehdi Abaakouk
Definition:
Approved
Series goal:
Accepted for kilo
Implementation:
Implemented
Milestone target:
milestone icon 1.7.0
Started by
Mehdi Abaakouk
Completed by
Mehdi Abaakouk

Related branches

Sprints

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.