pymessagebus
pymessagebus copied to clipboard
Expose remove_handler in default
In the singleton messagebus and commandbus provided by default, are exposed the method add_handler, handle and has_handler_for.
It would be convenient to expose the method remove_handler as well.