Uses of Class
adams.flow.control.Trigger
-
Packages that use Trigger Package Description adams.flow.control -
-
Uses of Trigger in adams.flow.control
Subclasses of Trigger in adams.flow.control Modifier and Type Class Description classConditionalTriggerExecutes the tee-actor whenever a token gets passed through.classLocalScopeTriggerExecutes the sub-actors whenever a token gets passed through, just like the adams.flow.control.Trigger actor, but also provides its own scope for variables and internal storage.
It is possible to 'propagate' or 'leak' variables and storage items from within the local scope back to the output scope.classTimedTriggerExecutes the subs-actors whenever a token gets passed through.classTriggerOnceTriggers the sub-flow only once.
However, this can be reset when the monitored variable changes.Fields in adams.flow.control declared as Trigger Modifier and Type Field Description protected TriggerLaunchTrigger. m_Actorsthe sub-flow to launch.
-