| Project Description |
A library that forces you to decide on a separate routing field and offers you the chance to change its value dynamically at runtime. |
| Current Project Version |
.7 |
| Project Maturity |
Beta |
| Project License |
Apache License 2.0 |
| Compatible GigaSpaces XAP Version |
GigaSpacesXAP6.02. |
| Project Captain |
Owen Taylor |
| Contributors |
Owen Taylor |
Project Sitemap
Project Homepage
Features and Capabilities
Being explicit when routing has benefits - you think about it and implement it carefully -
This library forces you to decide on a separate routing field and offers you the chance to change its value dynamically at runtime so that, for instance, an Order may initially be routed by SKU, then by Account, then by Zip with each workflow stage making conscious decisions as to where to direct it next. In addition, by having the Routable interface specified, you can easily determine affinity between different types of Objects as long as they implement the Routable interface.