Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Deploy

Hierarchy

Implements

Index

Constructors

constructor

Properties

Readonly id

id: string

Optional specification

specification: undefined | string

Optional status

status: "processing" | "success" | "failed" | "deleted"

version

version: number

Methods

commit

  • commit(event: Event): Promise<void>

events

hydrate

  • hydrate(hydrateFromEvents?: DeployEvent[]): Promise<void>

Protected onDeployCreated

Protected onDeployDeleted

Protected onEvent

  • onEvent(event: Event): void

Static findAll

  • findAll<BaseEventType, AggregateImplementation>(type: {}, table?: undefined | string): Promise<AggregateImplementation[]>

Static findOne

  • findOne<BaseEventType, AggregateImplementation>(type: {}, id: string, table?: undefined | string): Promise<AggregateImplementation | ResourceNotFound>

Generated using TypeDoc