You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.
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.