aboutsummaryrefslogtreecommitdiffstats
path: root/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/TopicEndpointProxyTest.json
blob: 5b2e712ab70684343108eb87fe699b01527d0be5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "locked": false,
  "alive": false,
  "topicSources": [
    {
      "servers": [
        "my-server"
      ],
      "topic": "noop-source",
      "effectiveTopic": "noop-source",
      "recentEvents": [],
      "alive": false,
      "locked": false,
      "topicCommInfrastructure": "NOOP"
    }
  ],
  "topicSinks": [
    {
      "servers": [
        "my-server"
      ],
      "topic": "noop-sink",
      "effectiveTopic": "noop-sink",
      "recentEvents": [],
      "alive": false,
      "locked": false,
      "topicCommInfrastructure": "NOOP"
    }
  ]
}