Options
All
  • Public
  • Public/Protected
  • All
Menu

An abstract Iterator responsibile for iterating over an adapter's yielded TapjawMessages, then provides the message to an abstract outputMessage() method for outputting to an implemented mechanism.

The class also employs the limit argument to limit the number of TapjawMessages being passed to the outputMessage() method.

Hierarchy-Diagram

UML class diagram of RateLimitedStdoutIterator

Legend

icon for a class in the UML class diagram class
icon for an interface in the UML class diagram interface
icon for a protected property in the UML class diagram protected property
icon for a public method in the UML class diagram public method
icon for a protected method in the UML class diagram protected method

Hierarchy

  • RateLimitedStdoutIterator

Implements

Index

Constructors

Properties

messagesPerMinute: number
writeCallback: WritableStream

Methods

  • sleep(milliseconds: number): Promise<void>

Generated using TypeDoc