getAll

open suspend override fun getAll(): Either<StoreError, List<Event>>

Return

All Events stored in this EventStore if they can be successfully retrieved

A StoreError if the Events could not be retrieved