protocols.daopub.DaoPublisher

A Data Access Object (DAO) that automatically publishes changes according to the

Usage

Source

protocols.daopub.DaoPublisher()

outbox pattern.

Methods

Name Description
publish_pending() Publishes all non-published changes.
republish() Republishes the state of all resources independent of whether they have

publish_pending()

Publishes all non-published changes.

Usage

Source

publish_pending()


republish()

Republishes the state of all resources independent of whether they have

Usage

Source

republish()

already been published or not.