-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum BackPressureMitigation extends Enum<BackPressureMitigation>
Defines the mitigation to use when a queue hits the maximum back pressure capacity.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description IGNORE_NEWESTIgnore newest items that are not yet in the queue.
DROP_OLDESTDrop the oldest items already in the queue to make room for new ones.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-