Package 

Class ClientOperationQueueImpl

    • Method Summary

      Modifier and Type Method Description
      <T> Observable<T> queue(Operation<T> operation) Function that queues an Operation for execution.
      • 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
    • Constructor Detail

      • ClientOperationQueueImpl

        ClientOperationQueueImpl(Scheduler callbackScheduler)
    • Method Detail

      • queue

         <T> Observable<T> queue(Operation<T> operation)

        Function that queues an Operation for execution.

        Parameters:
        operation - the operation to execute