Uses of Interface
adams.flow.core.FixedNameActorHandler
-
Packages that use FixedNameActorHandler Package Description adams.flow.control adams.flow.standalone -
-
Uses of FixedNameActorHandler in adams.flow.control
Classes in adams.flow.control that implement FixedNameActorHandler Modifier and Type Class Description class
IfThenElse
Emulates an If-Then-Else construct.class
TryCatch
Safe-guards the execution of the 'try' sequence of actors. -
Uses of FixedNameActorHandler in adams.flow.standalone
Classes in adams.flow.standalone that implement FixedNameActorHandler Modifier and Type Class Description class
JavaExec
Forks off a new JVM with the same classpath by default.
-