Skip to main content

ResourceActionSummaryTransactionEvent

This event is emitted when a resource action in a transaction is done executing. It emits a summary of the action.

@group

Events/Transaction

@returns

The Event instance.

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

readonlyinheritedheader

header: { timestamp: number }

Type declaration

  • timestamp: number

readonlyinheritedname

name: string

readonlyinheritedpayload

payload: { diff: DiffMetadata; values: { current: unknown; previous: unknown } }

Type declaration

  • diff: DiffMetadata
  • values: { current: unknown; previous: unknown }
    • current: unknown
    • previous: unknown

Methods

staticinheritedregistrar

  • registrar(...args: [EventService, PropertyDescriptor]): void
  • 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.

    Returns void