accounting-lib/src/test/resources/rules/SmartExecutor/SmartExecutor-stop.json

12 lines
297 B
JSON
Raw Normal View History

{
"match": {
"serviceClassRegex": "VREManagement",
"serviceNameRegex": "(SmartExecutor)|(smart-executor)",
"calledMethodRegex": ".*((stop)|(unSchedule)|(DELETE)|(PURGE)).*"
},
"replace": {
"serviceClass": "VREManagement",
"serviceName": "smart-executor",
"calledMethod": "stop"
}
}