Interface RQueueRx<V>

    • Method Detail

      • peek

        io.reactivex.Flowable<V> peek()
      • poll

        io.reactivex.Flowable<V> poll()
      • offer

        io.reactivex.Flowable<Boolean> offer​(V e)
      • pollLastAndOfferFirstTo

        io.reactivex.Flowable<V> pollLastAndOfferFirstTo​(String queueName)