accounting-lib/src/test/resources/rules/GRSFPublisher/GRSFPublisher-create.json

12 lines
281 B
JSON
Raw Normal View History

{
"match": {
"serviceClassRegex": "Data-Catalogue",
"serviceNameRegex": "GRSFPublisher",
2020-03-16 16:33:34 +01:00
"calledMethodRegex": "(.*publish-product.*)|(.*create-product.*)"
},
"replace": {
"serviceClass": "Data-Catalogue",
"serviceName": "GRSFPublisher",
"calledMethod": "create"
}
}