Change getIsOnlineFuture() return type
[openflowplugin.git] / openflowjava / openflow-protocol-spi / src / main / java / org / opendaylight / openflowjava / protocol / spi / connection / SwitchConnectionProvider.java
index f63e21c9e84acce0e2a47587a784ebd909b6644a..cab8051c16d2994a73173be58bc830cee9b9e3d2 100644 (file)
@@ -33,9 +33,9 @@ public interface SwitchConnectionProvider extends AutoCloseable,
      * Start listening to switches, but please don't forget to do
      * {@link #setSwitchConnectionHandler(SwitchConnectionHandler)} first.
      *
-     * @return future, triggered to true, when listening channel is up and running
+     * @return future completing when the channel has been resolved
      */
-    ListenableFuture<Boolean> startup();
+    ListenableFuture<Void> startup();
 
     /**
      * Stop listening to switches.