diff --git a/README.md b/README.md index 7b8104b..28f0bd4 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ mark and configure your message handlers with @Listener annotations and finally sending messages to your listeners using one of Mbassador's publication methods (sync or async). Done! ---------------------------------------- +

Usage

Listener definition (in any bean): @@ -70,7 +70,7 @@ Message puclication: bus.publishAsync(event); //returns immediately, publication will continue asynchronously bus.publish(subEvent); // will return after each handler has been invoked ---------------------------------------- +

Planned features

+ Maven dependency: Add Mbassador to your project using maven. Coming soon!