Merge "RPC registrations should not throw"
authorTony Tkacik <ttkacik@cisco.com>
Mon, 28 Jul 2014 12:04:31 +0000 (12:04 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 28 Jul 2014 12:04:31 +0000 (12:04 +0000)
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();
     }
 
     /**