EventStoreManager
Provides APIs to store events in an encrypted store on the filesystem. Each event is stored in a separate file on the filesystem.
Author
bhariharan
Functions
Link copied to clipboard
Deletes all the events stored on the filesystem for that unique identifier.
Link copied to clipboard
Deletes a specific event stored on the filesystem.
Link copied to clipboard
Deletes the events stored on the filesystem for that unique identifier.
Link copied to clipboard
Disables or enables logging of events.
Link copied to clipboard
Returns all the events stored on the filesystem.
Link copied to clipboard
Returns a specific event stored on the filesystem for that unique identifier.
Link copied to clipboard
Returns number of stored events.
Link copied to clipboard
Streams all the events stored on the filesystem.
Link copied to clipboard
Stores an event to the filesystem.
Link copied to clipboard
Stores a list of events to the filesystem.