class |
AutogeneratedStandalone |
Container for auto-generated standalone actors.
Can be removed with the adams.flow.processor.RemoveAutogeneratedActors processor.
|
class |
CallableActors |
Container for actors that need to be accessed via their name.
|
class |
ConditionalStandalones |
Executes the sub-actors only when the boolean condition evaluates to 'true'.
|
class |
InactiveStandalone |
Container for inactive standalone actors.
Can be activated with the adams.flow.processor.ReactivateActors processor.
|
class |
Standalones |
Container for standalone actors.
|
class |
TimedStandalone |
Container for standalone actors.
Times how long the execution of the sub-standalones takes and sends the time in milli-seconds (as double) in a adams.flow.container.TimingContainer container to the specified callable actor.
|