modify not publish messages to DMaaP 05/18705/5
authorShiwei Tian <tian.shiwei@zte.com.cn>
Fri, 13 Oct 2017 06:11:57 +0000 (14:11 +0800)
committerShiwei Tian <tian.shiwei@zte.com.cn>
Fri, 13 Oct 2017 12:54:25 +0000 (20:54 +0800)
commit105437a89bd5bcfcaf40dac25e2c087aafb0996b
treef9bd5427225d5205166a9c091fb8244eaf003b73
parent7b42bb15c5ed414fd465af8c836ae63abb8b21c0
modify not publish messages to DMaaP

Issue-ID: HOLMES-71

Change-Id: I96097090b5d2ba2ab611ccb326e4670eba39cea7
Signed-off-by: Shiwei Tian <tian.shiwei@zte.com.cn>
holmes-actions/src/main/java/org/onap/holmes/common/aai/AaiQuery.java
holmes-actions/src/main/java/org/onap/holmes/common/dcae/DcaeConfigurationQuery.java [new file with mode: 0644]
holmes-actions/src/main/java/org/onap/holmes/common/dcae/DcaeConfigurationsCache.java [new file with mode: 0644]
holmes-actions/src/main/java/org/onap/holmes/common/dcae/entity/DcaeConfigurations.java
holmes-actions/src/main/java/org/onap/holmes/common/dmaap/DmaapService.java
holmes-actions/src/main/java/org/onap/holmes/common/dmaap/Publisher.java
holmes-actions/src/test/java/org/onap/holmes/common/dcae/DcaeConfigurationsCacheTest.java [new file with mode: 0644]
holmes-actions/src/test/java/org/onap/holmes/common/dmaap/DmaapServiceTest.java