Dmaap Publisher base code
authorjanani b <janani.b@huawei.com>
Tue, 19 Mar 2019 14:07:13 +0000 (19:37 +0530)
committerjanani b <janani.b@huawei.com>
Tue, 19 Mar 2019 15:35:46 +0000 (21:05 +0530)
commit11b7e74df31f88aab0c2d1a406fc502de30d4f37
tree92cd1d1d6504f8304d15b040e0e7ea61e563c776
parentb9859c7a69aece893b6cacce4dd0d4ce2d0badcb
Dmaap Publisher base code

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

Issue-ID: CCSDK-693

Change-Id: I4e992f8e0d797a9a5ba169c47b81a54cabc907cb
Signed-off-by: janani b <janani.b@huawei.com>
12 files changed:
ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml
ms/blueprintsprocessor/modules/commons/dmaap-lib/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/dmaap/AafAuthDmaapClientService.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/commons/dmaap-lib/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/dmaap/BluePrintDmaapClientService.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/commons/dmaap-lib/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/dmaap/BluePrintDmaapLibConfiguration.kt [moved from ms/blueprintsprocessor/modules/commons/dmaap-lib/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/dmaap/EnvironmentContext.kt with 59% similarity]
ms/blueprintsprocessor/modules/commons/dmaap-lib/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/dmaap/BluePrintDmaapLibPropertyService.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/commons/dmaap-lib/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/dmaap/DmaapClientProperties.kt [moved from ms/blueprintsprocessor/modules/commons/dmaap-lib/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/dmaap/EventPublisher.kt with 63% similarity]
ms/blueprintsprocessor/modules/commons/dmaap-lib/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/dmaap/DmaapEventPublisher.kt [deleted file]
ms/blueprintsprocessor/modules/commons/dmaap-lib/src/main/kotlin/org/onap/ccsdk/apps/blueprintsprocessor/dmaap/HttpNoAuthDmaapClientService.kt [new file with mode: 0644]
ms/blueprintsprocessor/modules/commons/dmaap-lib/src/main/resources/event.properties
ms/blueprintsprocessor/modules/commons/dmaap-lib/src/main/resources/producer.properties [deleted file]
ms/blueprintsprocessor/modules/commons/dmaap-lib/src/test/kotlin/org/ccsdk/apps/blueprintprocessor/dmaap/TestDmaapEventPublisher.kt
ms/blueprintsprocessor/parent/pom.xml