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.
TapjawAdapterCallback
number|undefined Limit the number of TapjawMessage that should be processed.
Promise
Generated using TypeDoc
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.
OutputIterator
StdoutIterator