Name

adams.flow.control.Count


Synopsis

Counts the number of tokens that pass through and meet the condition and tees off the current count every n-th token.


Additional information

Flow input/output:
- input: adams.flow.core.Unknown
- 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