The watcher.common.messaging.notification_handler Module

class watcher.common.messaging.notification_handler.NotificationHandler(publisher_id)[source]

Bases: watcher.common.messaging.utils.observable.Observable

error(ctx, publisher_id, event_type, payload, metadata)[source]
info(ctx, publisher_id, event_type, payload, metadata)[source]
warn(ctx, publisher_id, event_type, payload, metadata)[source]

Previous topic

The watcher.common.messaging.messaging_handler Module

Next topic

The watcher.common.messaging.utils.observable Module

Project Source

This Page