message_store v1.1.2 MessageStore View Source
A module for interactions with message store
Link to this section Summary
Link to this section Functions
Specs
Specs
Specs
fetch( String.t(), m, (String.t() -> Result.t(reason, [EventStore.RecordedEvent.t()])), ([EventStore.RecordedEvent.t()], m -> projection) ) :: Result.t(reason, projection) when m: module(), reason: term(), projection: any()
Specs
project([EventStore.RecordedEvent.t()], module()) :: any()