get

open suspend override fun get(id: Long): Either<StoreError, Event>

Return

The Event with the given id if it exists and can be successfully retrieved

A RecordNotFoundError if the Event does not exist in this EventStore

A StoreError if the Event could not be retrieved