Name

adams.flow.control.Rejector


Synopsis

Rejects data containers with errors attached. The errors get tee-ed off as log entries. Instead of using the full name of the actor as 'source' in the log entries, a custom 'source' value can be supplied.


Additional information

Flow input/output:
- input: adams.data.container.DataContainer, adams.data.NotesHandler
- output: adams.flow.core.Unknown
Actor handler information:
- Actor execution: SEQUENTIAL
- Standalones allowed: false
- Source allowed: false
- Forwards input: true


Conditional equivalent

adams.flow.control.ConditionalTee


Options