PnfReadyEventConsumer implementation 73/41373/2
authorLukasz Muszkieta <lukasz.muszkieta@nokia.com>
Fri, 6 Apr 2018 12:50:21 +0000 (14:50 +0200)
committerRob Daugherty <rd472p@att.com>
Fri, 6 Apr 2018 14:14:12 +0000 (14:14 +0000)
commit8e3ee2eab19c9b2db2423567418ab28b65ff8aec
tree2a2dfbe999ddf7930a2d613981e4030d699abe1b
parentf58931869ec5bc1e3d9b9697618eec6e8db33dc4
PnfReadyEventConsumer implementation

Change-Id: Ia4d9fedb023ef6893e887ff6b5802623649aeeba
Issue-ID: SO-466
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
bpmn/MSOInfrastructureBPMN/src/main/groovy/org/openecomp/mso/bpmn/infrastructure/scripts/PnfReadyEventHandler.java [deleted file]
bpmn/MSOInfrastructureBPMN/src/main/java/org/openecomp/mso/bpmn/infrastructure/pnf/dmaap/PnfEventReadyConsumer.java [new file with mode: 0644]
bpmn/MSOInfrastructureBPMN/src/main/resources/dmaap.properties [new file with mode: 0644]
bpmn/MSOInfrastructureBPMN/src/main/resources/processengine.properties [deleted file]
bpmn/MSOInfrastructureBPMN/src/main/webapp/WEB-INF/applicationContext.xml
bpmn/MSOInfrastructureBPMN/src/test/java/org/openecomp/mso/bpmn/infrastructure/pnf/dmaap/PnfEventReadyConsumerTest.java [new file with mode: 0644]
bpmn/MSOInfrastructureBPMN/src/test/resources/dmaapTest.properties [new file with mode: 0644]
bpmn/MSOInfrastructureBPMN/src/test/resources/springConfig_PnfEventReadyConsumer.xml [new file with mode: 0644]
common/src/main/java/org/openecomp/mso/client/sdno/dmaap/PnfReadyEventConsumer.java [deleted file]
common/src/test/java/org/openecomp/mso/client/dmaap/PnfReadyEventConsumerTest.java [deleted file]