class |
AbstractDataContainerFileChecker<T extends DataContainer> |
Abstract ancestor for transformers that check data container files
whether they are consistents before passing on the file/file arrays.
|
class |
ConditionalTee |
Tees off the tokens if the condition evaluates to 'true'.
|
class |
ContainerValuePicker |
Picks a named value from any container object and tees it off.
With the 'switch-outputs' option it is possible to forward the named value and teeing off the container instead.
If 'ignore missing' is turned off, any value that cannot be found will generate an error logging message and, in case of switched outputs, an actual error.
|
class |
Count |
Counts the number of tokens that pass through and meet the condition and tees off the current count every n-th token.
|
class |
JMap |
Runs jmap whenever a token gets passed through.
|
class |
LocalScopeTee |
Executes the sub-actors whenever a token gets passed through, just like the adams.flow.control.Tee 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.
|
class |
Once |
Tees off a token only once to its sub-actors.
However, this can be reset when the monitored variable changes.
|
class |
Rejector |
Rejects data containers with errors attached.
|
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.
|