AbstractFlowExecutionListener |
Ancestor for execution listeners.
|
AbstractFlowExecutionListenerWithTable |
Ancestor for graphical listeners that display their data in a table.
|
AbstractGraphicalFlowExecutionListener |
Ancestor for graphical listeners.
|
AbstractTimedFlowExecutionListenerWithTable |
Ancestor for listeners that use tables and update them at regular intervals.
|
CurrentlyExecuted |
Shows what actors are currently being executed.
|
Debug |
Allows the user to define breakpoints that suspend the execution of the flow, allowing the inspection of the current flow state.
Tokens can only inspected during 'preInput', 'preExecute' and 'postOutput' of Breakpoint control actors.
|
DefaultFlowExecutionListeningSupporter |
Default supporter that can be used instead of Flow in case of
running actors outside a flow.
|
ExecutionCounter |
Counts how often an actor was executed.
The final counts can be written to a log file in CSV format.
|
ExecutionLog |
Generates a trace file with all activity logged, uses stdout when the log file is pointing to a directory.
|
MultiListener |
A meta-listener that executes all sub-listeners sequentially.
|
NullListener |
Dummy listener, does nothing.
|
RemoteFlowListener |
Listens on the specified port, returns the currently running flow setup.
|
RemoteFlowListener.ListenerRunnable |
The runnable that listens to the
|
Time |
Shows how much time actors are taking in their method calls (gets accumulated).
|