Exception not propagated by processResponse 99/104099/1
authorJim Hahn <jrh3@att.com>
Fri, 20 Mar 2020 22:29:21 +0000 (18:29 -0400)
committerJim Hahn <jrh3@att.com>
Fri, 20 Mar 2020 22:29:21 +0000 (18:29 -0400)
commitfd172714bd75184366a4c6e2f92cd8cfd84a56d7
tree49bd6589e1dcc20be3d4754602415989453e77cb
parentf1eb76a0f0773780c9179f6098ed9847ecb9f9fa
Exception not propagated by processResponse

If the topic processResponse() method throws an exception, then
the actor/operation is left in an incomplete state.

Issue-ID: POLICY-2434
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: I6c5d149d4046fbfb970c8dd831fc3938516d1115
models-interactions/model-actors/actorServiceProvider/src/main/java/org/onap/policy/controlloop/actorserviceprovider/impl/BidirectionalTopicOperation.java
models-interactions/model-actors/actorServiceProvider/src/test/java/org/onap/policy/controlloop/actorserviceprovider/impl/BidirectionalTopicOperationTest.java