Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

Emitter

Alexander Kolb edited this page Apr 13, 2015 · 3 revisions

Emitter components establish connections with data sinks which receive results of a micro pipeline.

Each implementation of this type must follow the emitter interface. Next to methods which are required by all components, an emitter must provide a method for processing incoming messages and a getter for fetching the total number of messages processed so far.

Tutorial

To learn more on how to implement your own SPQR emitter component, follow this tutorial.

Clone this wiki locally