nurv / bennu-signals

Bennu Signals is a framework to preform quasi event based code execution. This new framework allows indirect dependencies through decouple code without having to add code to a depended dependecy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bennu Signals

This is a Signal Implementation for Bennu. It allows using a event based pattern to develop encapsulated blocks of code. This uses the Guava EventBus as the underlying event bus system. Bennu Signals operates outside the transactional enviroment of a given transaction, meaning that if objects are created or destroid

Getting Started

To start developing using the Bennu Signals you should take a look to our documentation site:

https://confluence.fenixedu.org/display/BENNU/Signals

It includes installation guide and examples so you can learn how to use the Bennu Framework

About

Bennu Signals is a framework to preform quasi event based code execution. This new framework allows indirect dependencies through decouple code without having to add code to a depended dependecy.

License:GNU Lesser General Public License v2.1


Languages

Language:Java 100.0%