TransactionEvent <T>
Hierarchy
Index
Constructors
constructor
Type parameters
- T
Parameters
optionalname: string
optionalpayload: T
Returns TransactionEvent<T>
Properties
readonlyinheritedheader
Type declaration
timestamp: number
readonlyinheritedname
readonlyinheritedpayload
Methods
staticinheritedregistrar
The
registrar()
method is explicitly called by the EventSource decorator for a method to enhance that method to auto-emit events.Parameters
rest...args: [EventService, PropertyDescriptor]
Arguments are spread out using the array spread operator.
- args[0] - Instance of EventService.
- args[1] - PropertyDescriptor.
Returns void
The TransactionEvent class is the superclass for all events in relation to transactions. A transaction processes actions generated from model and resource diffs.
Events/Transaction
The Event instance.