Name

adams.flow.control.FileProcessor


Synopsis

Processes arriving files one by one, placing them in the 'processing'directory while working on them. If successfully processed, they get placed in 'processed', otherwise in 'failed'.


Additional information

Flow input/output:
- input: java.lang.String, java.io.File
- output:
Actor handler information:
- Actor execution: SEQUENTIAL
- Standalones allowed: false
- Source allowed: false
- Forwards input: true


Options