Options
All
  • Public
  • Public/Protected
  • All
Menu

Implementations of {EventStore} can be used to store and retrieve automation node releated events.

Hierarchy

  • EventStore

Implemented by

Index

Methods

commandSeries

  • commandSeries(): [number[], number[]]

commands

  • commands(from?: number): any[]

eventSeries

  • eventSeries(): [number[], number[]]

events

  • events(from?: number): any[]

messages

  • messages(from?: number): any[]

recordCommand

recordEvent

recordMessage

  • recordMessage(id: string, correlationId: string, message: any): string

Generated using TypeDoc