Skip to content

Commands type

Each M42PL command have a specific type:

  • GeneratingCommand generates (yields) events
  • StreamingCommand process events
  • BufferingCommand process multiple events at once
  • MetaCommand operate on the pipelines instead of events
  • Command are low-level commands, not intended for users

BufferingCommand

Command

GeneratingCommand

MetaCommand

StreamingCommand