initial project setup

This commit is contained in:
benni 2012-10-23 10:33:42 +02:00
parent 924fb5e93b
commit c971e736a0

View File

@ -17,7 +17,7 @@ in certain environments where objects are created by frameworks, i.e. spring, gu
ignore objects without message handlers and automatically clean-up orphaned weak references after the garbage collector has done its job. ignore objects without message handlers and automatically clean-up orphaned weak references after the garbage collector has done its job.
+ Filtering: Mbassador offers static message filtering. Filters are configured using annotations and multiple filters can be attached to + Filtering: Mbassador offers static message filtering. Filters are configured using annotations and multiple filters can be attached to
a single message handler a single message handler
+ Error handling: Errors during message delivery are sent to an error handler of which you might provide a custom implementation. + Error handling: Errors during message delivery are sent to an error handler of which a custom implementation can easily be plugged-in.
+ Ease of Use: Using Mbassador in your project is very easy. Create as many instances of Mbassador as you like (usually a singleton will do), + Ease of Use: Using Mbassador in your project is very easy. Create as many instances of Mbassador as you like (usually a singleton will do),
mark and configure your message handlers with @Listener annotations and finally register the listeners at any Mbassador instance. Start mark and configure your message handlers with @Listener annotations and finally register the listeners at any Mbassador instance. Start
sending messages to your listeners using one of Mbassador's publication methods (sync or async). Done! sending messages to your listeners using one of Mbassador's publication methods (sync or async). Done!