Dmaap Publisher base code
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)
commitd6946b8a803896ea9797db961e7b97d2f6470e8e
treee6785b7b2f86d93941d1a56b382415cb327c5a3f
parent9be9c232d6b8f710e1ded6c5cd3b10b858c792b5
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