Package 

Class ConnectionOperationQueueImpl

    • Method Summary

      Modifier and Type Method Description
      synchronized <T> Observable<T> queue(Operation<T> operation) Function that queues an Operation for execution.
      synchronized void terminate(BleException disconnectException) A method for terminating all operations that are still queued on the connection.
      void onConnectionSubscribed() Method to be called when the user subscribes to an individual establishConnection
      void onConnectionUnsubscribed() Method to be called when the user disposes an individual establishConnection
      • Methods inherited from class com.polidea.rxandroidble2.internal.serialization.ConnectionOperationQueue

        terminate
      • 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