# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
# Interfaces
No description provided by the author
The EventStore operates under the following assumptions: - for a given ObjectID only one (the latest) event is stored - there is a cap for the number of events stored - the CollectEvents() function clears the currently stored events in the EventStore Assuming the rate of events generated by the scheduler component in a given time period is high, calling CollectEvents() periodically should be fine.