Interface EventTimeExtractor<T>
- All Superinterfaces:
Serializable
A user function designed to extract event time from an event.
-
Method Summary
Modifier and TypeMethodDescriptionlongextractTimestamp(T event) Extract the event time from the event, with the result provided in milliseconds.
-
Method Details
-
extractTimestamp
Extract the event time from the event, with the result provided in milliseconds.
-