Options
All
  • Public
  • Public/Protected
  • All
Menu

The iterator's responsibility focuses on bringing together the responses from Adapters and implementing a mechanism on how to write/output the individual message to a buffer or service.

see

OutputIterator

see

StdoutIterator

Hierarchy-Diagram

UML class diagram of TapjawIterator

Legend

icon for a class in the UML class diagram class
icon for an abstract class in the UML class diagram abstract 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
italic abstract property/method

Hierarchy

  • TapjawIterator

Implemented by

Index

Methods

Methods

  • This primary method must perform an iteration over the Adapter's generator to yield responses and push each individual TapjawMessage from the Adapter to an output interface.

    Parameters

    • adapterCallback: TapjawAdapterCallback<TapjawMessage>

      TapjawAdapterCallback A callback which contains the routine on how to execute the TapjawAdapter method.

    • Optional limit: number

      number|undefined Limit the number of TapjawMessage that should be processed.

    Returns Promise<unknown>

    Promise

Generated using TypeDoc