Issue Details (XML | Word | Printable)

Key: RIO-251
Type: Sub-task Sub-task
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Dennis Reedy
Reporter: Dennis Reedy
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Rio
RIO-234

Add DSL extension for rules

Created: 18/May/10 07:29 PM   Updated: 18/May/10 08:43 PM
Component/s: Configuration
Affects Version/s: None
Fix Version/s: 4.1

Time Tracking:
Not Specified


 Description  « Hide
Add extension to DSL allowing rules to be declared. This allows the inline declaration of rules and the required attributes needed to load, create and provide the necessary inputs for the rule(s) to operate.

rules {
            rule{
                resource 'http://something:80/foo.drl, ScalingRuleHandler'
                serviceFeed(name: "Something") {
                    watches 'CPU, Memory'
                }
            }
        }

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.