Package org.refcodes.eventbus


package org.refcodes.eventbus
This artifacts implements a lightweight infrastructure for event based decoupled communication. This is achieved by implementing the Observer pattern combined with the Publish–subscribe pattern, ending up being a Message broker for events.

Please refer to the refcodes-eventbus: Observer + Publish/Subscribe = Message broker documentation for an up-to-date and detailed description on the usage of this artifact.