Skip to main content
PyCon US is happening May 14th-22nd in Pittsburgh, PA USA.  Learn more

Notification Framework: Observer Design Pattern

Project description

The Notification Framework allows one-to-many dependency between objects, where an object (the subject) can tell to an unknown number of objects (the observers) that an event occurred (typically, that the object has changed), without having any idea of who the observers are and where they live (abstract, minimal coupling).

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page