Interface IQuery

Hierarchy

  • Respondable
    • IQuery

Properties

$disableResponse?: boolean

System property to disable response processing if command was triggered from a saga.

$executionDomain: string
$metadata?: IRequestMetadata

Object containing metadata about the initiating request

$name: string

Event name. Defaults to the name of the constructor

$responseKey?: string

Unique key to associate a response to a request

$routingKey?: string

System property to defined the requesting system

$type: EventType

Differentiating between Commands, Events, and Queries

$uuid: string

UUID to individually identify an event

$version: number

Event revision version

Generated using TypeDoc