Interface RQueueReactive<V>

    • Method Detail

      • peek

        org.reactivestreams.Publisher<V> peek()
      • poll

        org.reactivestreams.Publisher<V> poll()
      • offer

        org.reactivestreams.Publisher<Boolean> offer​(V e)
      • pollLastAndOfferFirstTo

        org.reactivestreams.Publisher<V> pollLastAndOfferFirstTo​(String queueName)