locus_event_subscriber behaviour (locus v2.3.14)

View Source

Callback for implementing your own locus_database event subscribers

Summary

Types

event/0

-type event() :: locus_database:event().

Callbacks

report/2

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