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.
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.