资 源 简 介
Java class to collect and collate asynchronous data into a Collection class and call back the registered listener(s) when one of two events occur:
1) The specified "maxTimeToWaitBetweenBatches" expires, or
2) The specified "maxTimeToWaitBetweenUpdates" expires.
This is primarily intended to handle the batching and conflating of data for short periods of time to allow duplicates to be removed, aggregations of data to be worked with, etc.