zibri
    Preparing search index...

    Definition for an event.

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    cleanupAt: Date

    The timestamp after which the event can be cleaned up.

    createdAt: Date

    The timestamp at which the event has been created.

    data: T

    The data of the event.

    eventSubscriberRuns: EventSubscriberRun<T>[]

    All runs of subscribers that have already happened.

    id: string

    The uuid (universal unique identifier) of the entity.

    status: EventStatus

    The status of the event.

    subscriberIds: string[]

    All ids of eg. Classes that are subscribed to this event.

    type: string

    The type of the event.