From 8d1379c6aad49df7e87234d62b52a1a97daa9c0e Mon Sep 17 00:00:00 2001 From: benni Date: Mon, 1 Apr 2013 15:30:43 +0200 Subject: [PATCH] Release 1.1.4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c46c4cd..e1b6a47 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ ignore objects without message handlers and automatically clean-up orphaned weak a single message handler + Message envelopes: Message handlers can declare to receive an enveloped message. The envelope can wrap different types of messages. This allows for a single handler to handle multiple, unrelated message types. -+ Handler priorities: A listener can be associated with a priority to influence the order in which messages are delivered when multiple handlers exist ++ Handler priorities: A handler can be associated with a priority to influence the order in which messages are delivered when multiple matching handlers exist + Custom error handling: Errors during message delivery are sent to all registered error handlers which can be added to the bus as necessary. + DeadMessage event: Messages that do not match any handler result in the publication of a DeadMessage object which wraps the original message. DeadMessage events can be handled by registering listeners that handle DeadMessage.