message_store v1.1.1 MessageStore View Source

A module for interactions with message store

Link to this section Summary

Link to this section Functions

Link to this function

expected_version(message_store, stream_uuid)

View Source

Specs

expected_version(atom(), String.t()) :: Result.t(term(), integer())
Link to this function

fetch(stream_name, projection, read, project)

View Source
Link to this function

project(messages, projection)

View Source
Link to this function

stream_name_to_id(stream_name)

View Source

Specs

stream_name_to_id(String.t()) :: String.t() | nil