Fixed YANG - GetAsyncReply
[openflowjava.git] / openflow-protocol-spi / src / main / java / org / opendaylight / openflowjava / protocol / spi / connection / SwitchConnectionProvider.java
index c6e509e3e53453e49a57e50f0198f80bb1546969..6e04b94c0ae11748b46b74b2b3878219feb5750c 100644 (file)
@@ -37,7 +37,7 @@ public interface SwitchConnectionProvider {
      * stop listening to switches
      * @return future, triggered to true, when all listening channels are down
      */
-    public Future<Boolean> shutdown();
+    public Future<List<Boolean>> shutdown();
     
     /**
      * @param switchConHandler instance being informed when new switch connects