Package 

Interface ConnectionOperationQueue

    • Method Summary

      Modifier and Type Method Description
      abstract void terminate(BleException disconnectedException) A method for terminating all operations that are still queued on the connection.
      • Methods inherited from class com.polidea.rxandroidble2.internal.serialization.ClientOperationQueue

        queue
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • terminate

         abstract void terminate(BleException disconnectedException)

        A method for terminating all operations that are still queued on the connection.

        Parameters:
        disconnectedException - the exception to be passed to all queued operations subscribers