EventInstance
Defined in: runtime/event.ts:20
Runtime instantiation of an event. Visible to event listeners, where it is passed as the first parameter. Events are immutable.
Note that events are instantiated by the reactor - as such the runtime does not implement this interface.
TODO: This needs to be rationalized or compared against src/alpyne/service/types/event.ts
@see: @pyn-backend/platform-service-types#AlpyneEvent
Properties
Section titled “Properties”createdAt
Section titled “createdAt”
readonlycreatedAt:Date
Defined in: runtime/event.ts:29
DateTime this event was created.
eventPrn
Section titled “eventPrn”
readonlyeventPrn:string
Defined in: runtime/event.ts:34
The PRN identifying this event as per the definition.
readonlyid:string
Defined in: runtime/event.ts:24
Unique identifier of this event.
payload
Section titled “payload”
readonlypayload:PropertyMap
Defined in: runtime/event.ts:39
The payload for the event.