pmc/commandbus

This package is abandoned and no longer maintained. No replacement package was suggested.
There is no license information available for the latest version (v0.5) of this package.

Command bus that supports a single handler per command.

This package's canonical repository appears to be gone and the package has been frozen as a result.

v0.5 2017-02-27 23:32 UTC

This package is auto-updated.

Last update: 2024-05-29 03:33:25 UTC


README

The command bus is a bit like a message bus or event listener, however, for any given command (message/event), there can be only a single registered handler.