pmc/commandbus

There is no license information available for the latest version (v0.5) of this package.

Command bus that supports a single handler per command.

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

This package is auto-updated.

Last update: 2024-04-29 03:18:30 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.