Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AwsEventStoreQueryResponse

Hierarchy

  • AwsEventStoreQueryResponse

Implements

Index

Constructors

constructor

Properties

Private responseIterator

responseIterator: AsyncIterableIterator<QueryOutput & object>

Private store

Accessors

commits

  • get commits(): AsyncIterableIterator<Commit>

events

  • get events(): AsyncIterableIterator<Event>

Methods

Protected asCommits

  • asCommits(): AsyncIterableIterator<Commit>

Protected asEvents

  • asEvents(): AsyncIterableIterator<Event>

Protected asResultSets

Protected commitsFromQueryOutput

  • commitsFromQueryOutput(queryOutput: QueryOutput): AsyncIterableIterator<Commit>

Generated using TypeDoc