ResourceActionSummaryTransactionEvent
Hierarchy
- TransactionEvent<{ diff: DiffMetadata; values: { current: unknown; previous: unknown } }>- ResourceActionSummaryTransactionEvent
 
Index
Constructors
constructor
- Parameters- optionalname: string
- optionalpayload: { diff: DiffMetadata; values: { current: unknown; previous: unknown } }
- diff: DiffMetadata
- values: { current: unknown; previous: unknown }
 - Returns ResourceActionSummaryTransactionEvent
Properties
readonlyinheritedheader
Type declaration
- timestamp: number
readonlyinheritedname
readonlyinheritedpayload
Type declaration
- diff: DiffMetadata
- values: { current: unknown; previous: unknown }- current: unknown
- previous: unknown
 
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
This event is emitted when a resource action in a transaction is done executing. It emits a summary of the action.
Events/Transaction
The Event instance.