commit | 4f3fe21aa98a196ef1ddd62e1ac84a6c2e4c13cf | [log] [tgz] |
---|---|---|
author | jh7358 <jh7358@att.com> | Wed Oct 16 11:51:46 2019 -0400 |
committer | Jim Hahn <jrh3@att.com> | Tue Oct 29 11:09:10 2019 -0400 |
tree | 682a1ce5779a094318a0143aeb993ffb4d3ff59d | |
parent | 45c8e61888711a3d6f5913d1d7ddf640ff995b12 [diff] [blame] |
Generate notifications when policies change Updated existing PAP code to make use of new notification classes. Change-Id: I4637ad92ac4f432f215cfc837e672c75074d88b5 Issue-ID: POLICY-1841 Signed-off-by: Jim Hahn <jrh3@att.com>
diff --git a/main/src/test/resources/parameters/PapConfigParameters.json b/main/src/test/resources/parameters/PapConfigParameters.json index f3dc775..1131502 100644 --- a/main/src/test/resources/parameters/PapConfigParameters.json +++ b/main/src/test/resources/parameters/PapConfigParameters.json
@@ -37,6 +37,10 @@ "topic" : "POLICY-PDP-PAP", "servers" : [ "message-router" ], "topicCommInfrastructure" : "noop" + },{ + "topic" : "POLICY-NOTIFICATION", + "servers" : [ "message-router" ], + "topicCommInfrastructure" : "noop" }] } }