Split out RpcInvocationStrategy 20/103320/4
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 23 Nov 2022 00:18:43 +0000 (01:18 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 24 Nov 2022 14:35:58 +0000 (15:35 +0100)
commite7361f2090d2d23edd3205844a8824212c367d05
tree8d1a8d7402c65f702a4794af212ac770af592a8d
parent5ee9ce6531253d7a1077b06fcc8fd5333984d7f1
Split out RpcInvocationStrategy

The invocation strategy will need to be shared with single-RPC proxies.
Split it out, seal it and make sure to clean it up. This ends up
eliminating one class, as the usual case is easily handled and then only
overridden for content-routed RPCs.

JIRA: MDSAL-777
Change-Id: If5f25617fa3120405d0872ded229cdd7db99065a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
binding/mdsal-binding-dom-adapter/src/main/java/org/opendaylight/mdsal/binding/dom/adapter/RpcInvocationStrategy.java [new file with mode: 0644]
binding/mdsal-binding-dom-adapter/src/main/java/org/opendaylight/mdsal/binding/dom/adapter/RpcServiceAdapter.java