Added BidirectionalTopicClient to policy-common 52/101752/3
authorJim Hahn <jrh3@att.com>
Fri, 14 Feb 2020 16:15:13 +0000 (11:15 -0500)
committerJim Hahn <jrh3@att.com>
Fri, 14 Feb 2020 18:50:23 +0000 (13:50 -0500)
commit9360a389f976d2b0d323846292ebe33e3229c228
tree5374ca41ca46c568a34cb12704baa21caab2f86e
parentd5229beabe407eeef2cd56c57a525f5e36245bf0
Added BidirectionalTopicClient to policy-common

Added review comments:
- check for too many topic sources

Issue-ID: POLICY-2363
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: I89f34c4f756fb0c938dd7dda5896f3426cfc7ac2
policy-endpoints/src/main/java/org/onap/policy/common/endpoints/event/comm/client/BidirectionalTopicClient.java [new file with mode: 0644]
policy-endpoints/src/main/java/org/onap/policy/common/endpoints/event/comm/client/BidirectionalTopicClientException.java [new file with mode: 0644]
policy-endpoints/src/test/java/org/onap/policy/common/endpoints/event/comm/client/BidirectionalTopicClientTest.java [new file with mode: 0644]
policy-endpoints/src/test/java/org/onap/policy/common/endpoints/event/comm/client/TopicClientExceptionTest.java [moved from policy-endpoints/src/test/java/org/onap/policy/common/endpoints/event/comm/client/TopicSinkClientExceptionTest.java with 85% similarity]