Job queue and RPP engine for human use
This is a library used for inter-process communication through a Redis instance.
Send asynchronous events to every client in an event group.
Send messages to any client that can process the given message type. Receive response in a future instance.
Send message to every client that can process the given broadcast type. Fast asynchronous method without guarantees and response.
Install Leiningen then execute $ lein pom
to generate a pom.xml
file.
You can use the maven file to import the Java project into your favourite IDE.
Writing javadoc is a must. This is how we do it.
- Use a local Redis instance to run unit tests.
- Write both positive and negative tests. Put emphasis on error handling.
Licensed under the Eclipse Public License.