PNF WF post instantiation configuration 65/84665/3
authoreeginux <henry.xie@est.tech>
Tue, 9 Apr 2019 17:27:48 +0000 (17:27 +0000)
committereeginux <henry.xie@est.tech>
Tue, 9 Apr 2019 17:27:48 +0000 (17:27 +0000)
commit872355d3936d583a308548997a86b6c6c4eb3198
tree057592afc23f0da7ab26c91a595b6178006a1102
parentc6d3ec1230b2d68548587b28d4a9b02e9e96101f
PNF WF post instantiation configuration

Fix the PNF registration issue
Use the applicationEvent to notify about PNF ID

Issue-ID: SO-1506
Change-Id: I4c5ebfdd4ed319408ef99e1360c37124688fd7f1
Signed-off-by: eeginux <henry.xie@est.tech>
bpmn/so-bpmn-infrastructure-common/src/main/java/org/onap/so/bpmn/infrastructure/pnf/PnfNotificationEvent.java [new file with mode: 0644]
bpmn/so-bpmn-infrastructure-common/src/main/java/org/onap/so/bpmn/infrastructure/pnf/delegate/InformDmaapClient.java
bpmn/so-bpmn-infrastructure-common/src/main/java/org/onap/so/bpmn/infrastructure/pnf/dmaap/PnfEventReadyDmaapClient.java
bpmn/so-bpmn-infrastructure-common/src/test/java/org/onap/so/bpmn/infrastructure/pnf/delegate/InformDmaapClientTest.java
bpmn/so-bpmn-infrastructure-common/src/test/java/org/onap/so/bpmn/infrastructure/pnf/dmaap/PnfEventReadyDmaapClientTest.java
bpmn/so-bpmn-infrastructure-flows/src/test/java/org/onap/so/bpmn/infrastructure/process/CreateVcpeResCustServiceSimplifiedTest.java