Name

adams.flow.control.TimedTrigger


Synopsis

Executes the subs-actors whenever a token gets passed through. In contrast to the adams.flow.control.Tee actor, it doesn't feed the sub-actors with the current token.
Times how long the sub-flow execution takes and sends the time in milli-seconds (as double) in a adams.flow.container.TimingContainer container to the specified callable actor.


Additional information

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


Options