Adding client class for sending message to topic 32/79732/2
authorramverma <ram.krishna.verma@est.tech>
Wed, 6 Mar 2019 15:43:11 +0000 (15:43 +0000)
committerramverma <ram.krishna.verma@est.tech>
Wed, 6 Mar 2019 15:43:11 +0000 (15:43 +0000)
commitf32032b7b46c6857accab37be66b52ad60fcd690
treebe55b7a40b9a3b6bffc9fcab5dd04b58e67a5cc4
parent23a3dc4ece2f1533fe1d6b627b5db05e7754a70c
Adding client class for sending message to topic

1) Adding TopicSinkClient class for sending messages to topic. The same
class will be used for PAP->PDP & PDP->PAP communication.

2) Once this review is through, will raise another one to remove
PdpClient from policy/pap.

Change-Id: I7253683d9e88885cfbe2ac9041d01da239b9321b
Issue-ID: POLICY-1443
Signed-off-by: ramverma <ram.krishna.verma@est.tech>
policy-endpoints/pom.xml
policy-endpoints/src/main/java/org/onap/policy/common/endpoints/event/comm/client/TopicSinkClient.java [new file with mode: 0644]
policy-endpoints/src/main/java/org/onap/policy/common/endpoints/event/comm/client/TopicSinkClientException.java [new file with mode: 0644]
policy-endpoints/src/test/java/org/onap/policy/common/endpoints/event/comm/client/TopicSinkClientExceptionTest.java [new file with mode: 0644]
policy-endpoints/src/test/java/org/onap/policy/common/endpoints/event/comm/client/TopicSinkClientTest.java [new file with mode: 0644]