BUG-3128: Update DOM RPC concepts 62/50562/1
authorRobert Varga <rovarga@cisco.com>
Tue, 17 Jan 2017 15:44:34 +0000 (16:44 +0100)
committerRobert Varga <rovarga@cisco.com>
Tue, 17 Jan 2017 15:44:34 +0000 (16:44 +0100)
commit96fa01f8cb3ac8c0a49d7c81d1b1ad42cdad9479
treed9f1fa2eab68bddcf14b1c3f035c71c48fc6eeda
parent5dac679d6f00ca38b8bca0b35fa57599345739a2
BUG-3128: Update DOM RPC concepts

This is the API part of https://git.opendaylight.org/gerrit/50487,
ported back to MD-SAL.

It allows a DOMRpcAvailabilityListener to request filtering of
notifications based on the RPC implementation class.

The other part of it is the ability for DOMRpcImplementation
to advertise its invocation cost -- allowing the RPC router
to make better routing decisions

Change-Id: Icdd36aeea0780bfae5883abd786244a9291b106f
Signed-off-by: Robert Varga <rovarga@cisco.com>
dom/mdsal-dom-api/src/main/java/org/opendaylight/mdsal/dom/api/DOMRpcAvailabilityListener.java
dom/mdsal-dom-api/src/main/java/org/opendaylight/mdsal/dom/api/DOMRpcImplementation.java