Interface SessionWindowTimeGapExtractor<T>
- Type Parameters:
T- The type of elements that thisSessionWindowTimeGapExtractorcan extract session time gaps from.
- All Superinterfaces:
Serializable
A
SessionWindowTimeGapExtractor extracts session time gaps for Dynamic Session Window
Assigners.-
Method Summary
-
Method Details
-
extract
Extracts the session time gap.- Parameters:
element- The input element.- Returns:
- The session time gap in milliseconds.
-