Class EventStore<T>

Type Parameters

  • T = unknown

Hierarchy

  • EventStore

Implements

  • IEvent<T>

Constructors

Properties

$correlationId?: string
$data: T
$metadata?: IRequestMetadata
$name: string
$order: number
$streamId: string
$timestamp: Date
$type: EventType
$uuid: string
$version: number

Generated using TypeDoc