- Type Parameters:
S
- current state of the processor
- All Implemented Interfaces:
- Processor, ExternalReferencedHolder
- Direct Known Subclasses:
- BatchingWindowProcessor, GroupingWindowProcessor, HopingWindowProcessor, SlidingWindowProcessor, WindowWindowProcessor
public abstract class WindowProcessor<S extends State>
extends AbstractStreamProcessor<S>
Abstract parent implementation of Processor to represent Windows. Common window behaviors will be handled
here through this class and different implementations should extend this