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

Emitter Runtime Environment

Christian Kreutzfeldt edited this page Apr 21, 2015 · 2 revisions

The runtime environment to execute emitter components simply listens to the attached message queue for new items. Each incoming message is handed over to the assigned emitter for further processing.

As waiting for new messages is required the environment is implemented as java.lang.Runnable and keeps on spinning until it is interrupted by the surrounding micro pipeline.

For more information, please see the source code.

Clone this wiki locally