Processor<K, V> get()
KStreamSessionWindowAggregate — ProcessorSupplier of KStreamSessionWindowAggregateProcessors
KStreamSessionWindowAggregate
is a KStreamAggProcessorSupplier that…FIXME
KStreamSessionWindowAggregate
is created when:
-
KGroupedStreamImpl
is requested to aggregate -
SessionWindowedKStreamImpl
is requested to aggregate and doAggregate
KStreamSessionWindowAggregate
uses sendOldValues
flag that is disabled (false
) by default and can be enabled.
get
Method
Note
|
get is part of ProcessorSupplier Contract to supply a stream processor.
|
get
…FIXME
Creating KStreamSessionWindowAggregate Instance
KStreamSessionWindowAggregate
takes the following when created:
enableSendingOldValues
Method
void enableSendingOldValues()
Note
|
enableSendingOldValues is part of KStreamAggProcessorSupplier Contract to…FIXME.
|
enableSendingOldValues
simply turns the sendOldValues flag on.