Options
All
  • Public
  • Public/Protected
  • All
Menu

A DecisionProvider that stores nothing in memory: to provide a decision, it reads the event stream of the aggregate.

Type parameters

  • TDecision

Hierarchy

  • FromEventsDecisionProvider

Implements

Index

Constructors

constructor

Properties

Private aggregate

aggregate: string

the aggregate name

Private eventStorage

eventStorage: EventStorage

the event store

Private reducer

reducer: Reducer<DecisionSequence<TDecision>>

Methods

getDecisionSequence

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc