This automatic feature create bad visibility to know who listen StatefulService.
Moreover, in the current develop branch, dispatch signatures are different between IStatefulService dispatcher and internal dispatcher in Module, and then CommandExecutor.
CompositeDispatcher ()
public function dispatch( messageType : MessageType, ?data : Array<Dynamic> ) : Void
This automatic feature create bad visibility to know who listen StatefulService.
Moreover, in the current develop branch, dispatch signatures are different between IStatefulService dispatcher and internal dispatcher in Module, and then CommandExecutor.
CompositeDispatcher ()
Module
CommandExecutor
With this auto add handlers, we have no way to add an adapter between dispatcher and listener.
It will be clearer and cleaner to add service to listen node in Context.