Interface that must be implemented for session reduce operations.
Provides three required methods for:
Serialize current state to a Buffer for checkpointing
Merge incoming state from another session
Main processing function that yields output messages
Interface that must be implemented for session reduce operations.
Provides three required methods for: