void init(final ProcessorContext context)
KStreamWindowAggregateProcessor
KStreamWindowAggregateProcessor
is a processor that is used for…FIXME
KStreamWindowAggregateProcessor
is created when…FIXME
KStreamWindowAggregateProcessor
takes no arguments when created.
Initializing Processor — init
Method
Note
|
init is part of the Processor Contract to initialize the processor.
|
init
…FIXME
Processing Record — process
Method
void process(final K key, final V value)
Note
|
process is part of the Processor Contract to process a single record.
|
process
…FIXME