Because most services and collectors deployed on DCAE platform relies on similar microservices a commmon Software Development Kit has been created. It contains utilities and clients which may be used when getting configuration from CBS, consuming messages from DMaaP, interacting with AAI, etc.
NOTE For now only Config Binding Service client has reached a stable API level. More are expected to be done in Dublin.
NOTE This page is a work in progress.
Artifacts
Current version
Code Block | ||
---|---|---|
| ||
<properties>
<sdk.version>1.1.2-SNAPSHOT</sdk.version>
</properties> |
Maven dependencies
Choose one or more depending on what you need.
Code Block | ||
---|---|---|
| ||
<dependencies>
<dependency>
<groupId>org.onap.dcaegen2.services.sdk.rest.services</groupId>
<artifactId>cbs-client</artifactId>
<version>${sdk.version}</version>
</dependency>
<!-- more to go -->
</dependencies> |
Available APIs
cbs-client
- a Config Binding Service client
TODO
Notes about reactive programming
TODOSDK is written in Java.
Click here to see SDK architecture description.
Artifacts
Click here to see artifacts description.
Available APIs
Click here to see available APIs description.