Class InvalidationProcessor
source code
object --+
|
InvalidationProcessor
Registered as a global utility. Given a database hook and a list of
oids, handles pushing updated objects to the appropriate services, which
in turn cause collectors to be pushed updates.
|
|
|
|
|
|
|
_dispatch(self,
dmd,
oid,
ioid,
queue)
Send to all the services that care by firing events. |
source code
|
|
|
_invalidation_queue = None
|
|
_hub = None
|
|
_hub_ready = None
|
- Overrides:
object.__init__
- (inherited documentation)
|
- Decorators:
@adapter(IHubCreatedEvent)
|