Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kennethkalmer/ruote-external-workitem
- Owner: kennethkalmer
- License: mit
- Created: 2009-04-28T08:37:25.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-04-28T14:08:59.000Z (over 15 years ago)
- Last Synced: 2024-04-16T05:35:27.992Z (7 months ago)
- Homepage:
- Size: 79.1 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
- License: LICENSE
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!