RPC registrations should not throw 16/9316/2
authorRobert Varga <rovarga@cisco.com>
Fri, 25 Jul 2014 12:39:27 +0000 (14:39 +0200)
committerRobert Varga <rovarga@cisco.com>
Sun, 27 Jul 2014 19:45:52 +0000 (21:45 +0200)
Change-Id: I7f7f13ea7bdce3db5e833e3532c2e5db873daf74
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-binding-api/src/main/java/org/opendaylight/controller/sal/binding/api/BindingAwareBroker.java

index a41186dae11eda694687e7698663dffbc3364c26..5e24560853e733c42744512366721a4d8b12823c 100644 (file)
@@ -168,6 +168,9 @@ public interface BindingAwareBroker {
          * Returns the implemented RPC service interface.
          */
         Class<T> getServiceType();
+
+        @Override
+        void close();
     }
 
     /**