K
- type of the keypublic class Windowed<K> extends Object
If a KStream
gets grouped and aggregated using a window-aggregation the resulting KTable
is a
so-called "windowed KTable
" with a combined key type that encodes the corresponding aggregation window and
the original record key.
Thus, a windowed KTable
has type <Windowed<K>,V>
.