AbstractThe input type of an actor.
The output type of an actor.
The test side data type.
ProtectedconstructorAll enumerable properties from the args object are inherited to this observer.
The observer will NOT automatically subscribe to the given bus when this constructor is called.
Arguments object
An ActionObserver can passively listen to Actor#run inputs and outputs for all actors on a certain bus.
ActionObserver should not edit inputs and outputs, they should be considered immutable.
See