public abstract static class TestStream.WatermarkEvent<T> extends java.lang.Object implements TestStream.Event<T>
TestStream.Event that advances the watermark.| Constructor and Description | 
|---|
WatermarkEvent()  | 
| Modifier and Type | Method and Description | 
|---|---|
static <T> TestStream.Event<T> | 
advanceTo(Instant newWatermark)
For internal use only: no backwards compatibility guarantees. 
 | 
abstract Instant | 
getWatermark()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypepublic abstract Instant getWatermark()
@Internal public static <T> TestStream.Event<T> advanceTo(Instant newWatermark)