Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kennethkalmer/ruote-external-workitem

Thin wrapper class for Ruote workitems when used outside of the core engine
https://github.com/kennethkalmer/ruote-external-workitem

Last synced: about 15 hours ago
JSON representation

Thin wrapper class for Ruote workitems when used outside of the core engine

Awesome Lists containing this project

README

        

h1. Ruote External Workitem

A thin wrapper class that facilitates the examination/altering of ruote workitem's outside of the running engine.

Example uses:

* route-rest clients
* route-kit clients
* XMPP bots (messaged through the JabberParticipant)
* AMQP bots (messaged through the AMQPParticipant)
* Nanite agents (messaged through the NaniteMasterParticipant)
* Your own external consumers!