aboutsummaryrefslogtreecommitdiffstats
path: root/reception/src/test/resources/ReceptionHandlerConfiguration.json
blob: 75d157b24dbb7c06b8ae4baab8dd7aa052b5dc62 (plain)
1
2
3
4
5
6
7
8
{
    "parameterClassName": "org.onap.policy.distribution.reception.testclasses.DummyReceptionHandlerParameterGroup",
    "parameters": {
        "myStringParameter": "stringValue",
        "myIntegerParameter": 20,
        "myBooleanParameter": true
    }
}