Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AggregateState

This is the aggregate state interface

example
interface CounterState extends AggregateState {
  id: string;
  count: number;
}

Hierarchy

  • AggregateState

Index

Properties

Properties

sequence

sequence: number

This is history revision of the aggregate.

Generated using TypeDoc