value abstract method
Obtain the current aggregate in the window.
This is similar to finalize, but shouldn't be used to clean up resources
as subsequent calls may happen with the same context
.
Implementation
Object? value(AggregateContext<V> context);