Inspect Event.java to understand the type of event you will be receiving.
Inspect AggregationResult.java to understand the aggregation you will be performing.
Inspect EventAggregator.java, which is the interface you will be implementing to perform the aggregation.
Implement InMemoryEventAggregator.java, a
pre-stubbed class of the EventAggregator interface.
Reference TestEventAggregator.java to understand how the tests will be performed.
Run the tests using the provided Maven wrapper in the project
./mvnw test