Uses of Interface
adams.flow.core.TimedActor
-
Packages that use TimedActor Package Description adams.flow.control adams.flow.source -
-
Uses of TimedActor in adams.flow.control
Classes in adams.flow.control that implement TimedActor Modifier and Type Class Description classTimedSubProcessEncapsulates a sequence of flow items.classTimedTeeAllows to tap into the flow and tee-off tokens.
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.classTimedTriggerExecutes the subs-actors whenever a token gets passed through. -
Uses of TimedActor in adams.flow.source
Classes in adams.flow.source that implement TimedActor Modifier and Type Class Description classTimedSourceEncapsulates a sequence of flow items, with the last one generating the output for this meta-source.
Times how long the sub-source execution takes and sends the time in milli-seconds (as double) in a adams.flow.container.TimingContainer container to the specified callable actor.
-