The watcher.decision_engine.model.notification.filtering Module

class watcher.decision_engine.model.notification.filtering.NotificationFilter(context=None, publisher_id=None, event_type=None, metadata=None, payload=None)[source]

Bases: oslo_messaging.notify.filter.NotificationFilter

Notification Endpoint base class

This class is responsible for handling incoming notifications. Depending on the priority level of the incoming, you may need to implement one or more of the following methods:

Previous topic

The watcher.decision_engine.model.notification.base Module

Next topic

The watcher.decision_engine.model.notification.nova Module

Project Source

This Page