T
- the type of the object thats wrapped. E.g Tuplepublic interface Event<T>
Modifier and Type | Method and Description |
---|---|
T |
get()
Returns the wrapped object, E.g.
|
long |
getTimestamp()
The event timestamp in millis.
|
boolean |
isWatermark()
If this is a watermark event or not.
|
long getTimestamp()
T get()
boolean isWatermark()
Copyright © 2023 The Apache Software Foundation. All rights reserved.