interface — Interface¶
this page is under development — please check back soon
Classes¶
-
class
eventsourcing.interface.NotificationLogInterface[source]¶ Bases:
abc.ABCAbstract base class for obtaining serialised sections of a notification log.
-
class
eventsourcing.interface.NotificationLogJSONService(app: TApplication)[source]¶ Bases:
eventsourcing.interface.NotificationLogInterface,typing.GenericPresents serialised sections of a notification log.
-
class
eventsourcing.interface.NotificationLogJSONClient(interface: eventsourcing.interface.NotificationLogInterface)[source]¶ Bases:
eventsourcing.application.NotificationLogPresents deserialized sections of a notification log.