Add listener to collect PDP statistics 81/122381/2
authorJim Hahn <jrh3@att.com>
Wed, 30 Jun 2021 21:36:34 +0000 (17:36 -0400)
committerJim Hahn <jrh3@att.com>
Wed, 30 Jun 2021 22:06:14 +0000 (18:06 -0400)
commit7b4a8ec06c8266f368a31cdafe75cf8a59304c83
tree4fc58a3f662de3fd5613fa260c362f8b2b017e06
parent57e39b87ac53c128502110b64b06947e9e380d4e
Add listener to collect PDP statistics

This new class will be tied into the existing code via the next review.

Issue-ID: POLICY-3405
Change-Id: I4317ccba3eda6863ce96a6db4ef20816e59a7f2d
Signed-off-by: Jim Hahn <jrh3@att.com>
main/src/main/java/org/onap/policy/pap/main/PapConstants.java
main/src/main/java/org/onap/policy/pap/main/comm/PdpStatisticsListener.java [new file with mode: 0644]
main/src/test/java/org/onap/policy/pap/main/comm/PdpStatisticsListenerTest.java [new file with mode: 0644]