Package rx

Interface BackpressureOverflow.Strategy

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean mayAttemptDrop()
      Whether the Backpressure manager should attempt to drop the oldest item, or simply drop the item currently causing backpressure.
    • Method Detail

      • mayAttemptDrop

        boolean mayAttemptDrop()
                        throws MissingBackpressureException
        Whether the Backpressure manager should attempt to drop the oldest item, or simply drop the item currently causing backpressure.
        Returns:
        true to request drop of the oldest item, false to drop the newest.
        Throws:
        MissingBackpressureException