pmc/messagebus

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.

Message bus that supports multiple listeners per message.

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

v0.5 2017-03-02 20:11 UTC

This package is auto-updated.

Last update: 2024-05-29 04:08:47 UTC


README

A simple message bus which uses object class types and names for dispatching. This allows listeners to ether listen for specific messages, or messages that are of a super-type or even that just implement a given interface.

## To-Do

  • Unit tests
  • Benchmark