Package 

Enum BackPressureMitigation

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      IGNORE_NEWEST

      Ignore newest items that are not yet in the queue.

      DROP_OLDEST

      Drop the oldest items already in the queue to make room for new ones.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait