View Source locus_event_subscriber behaviour (locus v2.3.7)

Callback for implementing your own locus_database event subscribers

Link to this section Summary

Link to this section Types

Link to this section Callbacks

Specs

report(DatabaseId, Event) -> ok when DatabaseId :: atom(), Event :: event().

Link to this section Functions

Link to this function

report(Module, DatabaseId, Event)

View Source

Specs

report(Module, DatabaseId, Event) -> ok
          when Module :: module(), DatabaseId :: atom(), Event :: event().