
|
If you were logged in you would be able to see more operations.
|
|
|
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'
}
}
}
|
|
Description
|
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'
}
}
} |
Show » |
| There are no comments yet on this issue.
|
|