@Experimental public final class BackpressureOverflow extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
BackpressureOverflow.Strategy |
| Modifier and Type | Field and Description |
|---|---|
static BackpressureOverflow.Strategy |
ON_OVERFLOW_DEFAULT |
static BackpressureOverflow.Strategy |
ON_OVERFLOW_DROP_LATEST |
static BackpressureOverflow.Strategy |
ON_OVERFLOW_DROP_OLDEST |
static BackpressureOverflow.Strategy |
ON_OVERFLOW_ERROR |
| Constructor and Description |
|---|
BackpressureOverflow() |
public static final BackpressureOverflow.Strategy ON_OVERFLOW_DEFAULT
public static final BackpressureOverflow.Strategy ON_OVERFLOW_ERROR
public static final BackpressureOverflow.Strategy ON_OVERFLOW_DROP_OLDEST
public static final BackpressureOverflow.Strategy ON_OVERFLOW_DROP_LATEST