T - the type of the object thats wrappedpublic interface Event<T>
| Modifier and Type | Method and Description |
|---|---|
T |
get()
Returns the wrapped object
|
Record<?> |
getRecord() |
long |
getTimestamp()
The event timestamp in millis
|
boolean |
isWatermark()
If this is a watermark event or not.
|
Record<?> getRecord()
long getTimestamp()
T get()
boolean isWatermark()
Copyright © 2017–2019 Apache Software Foundation. All rights reserved.