Dmaap Publisher base code 62/77762/2
authorjanani b <janani.b@huawei.com>
Mon, 4 Feb 2019 06:35:22 +0000 (12:05 +0530)
committerjanani b <janani.b@huawei.com>
Tue, 26 Feb 2019 12:34:16 +0000 (18:04 +0530)
commit7c9a8b833a2f33431e235f22db3b337fca1ae3f1
tree9319620eeb0544088e12d75087242c61d1f0a430
parente9d20bd21789fd0bcf5649fbbb0d388f68a3c063
Dmaap Publisher base code

Dmaap publisher code for any component to create a session with the message-router

Issue-ID: CCSDK-693

Change-Id: Ia60079e2b013ea623f776ff7db9dea4bed4636df
Signed-off-by: janani b <janani.b@huawei.com>
ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml [new file with mode: 0644]
ms/blueprintsprocessor/modules/commons/dmaap-lib/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/dmaap/DmaapEventPublisher.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/commons/dmaap-lib/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/dmaap/EnvironmentContext.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/commons/dmaap-lib/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/dmaap/EventPublisher.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/commons/dmaap-lib/src/main/resources/event.properties [new file with mode: 0644]
ms/blueprintsprocessor/modules/commons/dmaap-lib/src/main/resources/producer.properties [new file with mode: 0644]
ms/blueprintsprocessor/modules/commons/dmaap-lib/src/test/kotlin/org/ccsdk/apps/blueprintprocessor/dmaap/TestDmaapEventPublisher.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/commons/dmaap-lib/src/test/resources/logback-test.xml [new file with mode: 0644]
ms/blueprintsprocessor/modules/commons/dmaap-lib/src/test/resources/preferredRoute.txt [new file with mode: 0644]
ms/blueprintsprocessor/modules/commons/pom.xml