Uses of Interface
adams.flow.core.TimedActor
-
Packages that use TimedActor Package Description adams.flow.control -
-
Uses of TimedActor in adams.flow.control
Classes in adams.flow.control that implement TimedActor Modifier and Type Class Description class
TimedSubProcess
Encapsulates a sequence of flow items.class
TimedTee
Allows 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.class
TimedTrigger
Executes the subs-actors whenever a token gets passed through.
-