Events API reference
eventBus.on
string
;${collectionName}.created
, ${collectionName}.updated
, ${collectionName}.deleted
.InMemoryEventHandler
;void
.
eventBus.once
string
;${collectionName}.created
, ${collectionName}.updated
, ${collectionName}.deleted
.InMemoryEventHandler
;void
.
eventBus.onUpdated
properties
updates.
Parameters
string
;OnUpdatedProperties
;InMemoryEventHandler
;void
.