The watcher.common.messaging.utils.observable Module

class watcher.common.messaging.utils.observable.Observable[source]

Bases: watcher.common.messaging.utils.synchronization.Synchronization

clear_changed()[source]
has_changed()[source]
notify(ctx=None, publisherid=None, event_type=None, metadata=None, payload=None, modifier=None)[source]
register_observer(observer)[source]
set_changed()[source]
unregister_observer(observer)[source]

Previous topic

The watcher.common.messaging.notification_handler Module

Next topic

The watcher.common.messaging.utils.synchronization Module

Project Source

This Page