GRPC Client impl to send process message to CDS blueprint-processor endpoint 68/89368/13
authorRashmi Pujar <rashmi.pujar@bell.ca>
Tue, 4 Jun 2019 20:31:54 +0000 (16:31 -0400)
committerRashmi Pujar <rashmi.pujar@bell.ca>
Tue, 11 Jun 2019 14:20:27 +0000 (10:20 -0400)
commitc92e24f7de074b177cc8b57ef4fcddd133b25093
treec17fabb8b22dd0d4edbc4680a9431391f7102c91
parent8676a38be6877235fe857a5f0bc289b2e036d4bb
GRPC Client impl to send process message to CDS blueprint-processor endpoint

Issue-ID: POLICY-1762
Signed-off-by: Rashmi Pujar <rashmi.pujar@bell.ca>
Change-Id: Iecef458b1f25db8e2989cc40ccd399be15867497
models-interactions/model-impl/cds/pom.xml [new file with mode: 0644]
models-interactions/model-impl/cds/src/main/java/org/onap/policy/cds/api/CdsProcessorListener.java [new file with mode: 0644]
models-interactions/model-impl/cds/src/main/java/org/onap/policy/cds/client/BasicAuthClientHeaderInterceptor.java [new file with mode: 0644]
models-interactions/model-impl/cds/src/main/java/org/onap/policy/cds/client/CdsProcessorGrpcClient.java [new file with mode: 0644]
models-interactions/model-impl/cds/src/main/java/org/onap/policy/cds/client/CdsProcessorHandler.java [new file with mode: 0644]
models-interactions/model-impl/cds/src/main/java/org/onap/policy/cds/properties/CdsServerProperties.java [new file with mode: 0644]
models-interactions/model-impl/cds/src/test/java/org/onap/policy/cds/api/TestCdsProcessorListenerImpl.java [new file with mode: 0644]
models-interactions/model-impl/cds/src/test/java/org/onap/policy/cds/client/BasicAuthClientHeaderInterceptorTest.java [new file with mode: 0644]
models-interactions/model-impl/cds/src/test/java/org/onap/policy/cds/client/CdsProcessorGrpcClientTest.java [new file with mode: 0644]
models-interactions/model-impl/pom.xml