MessageStore.Message (message_store v2.4.0) View Source

A module for build, copy and folow event data.

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function

copy(event, recorded_event, copy_list)

View Source
Link to this function

follow(event, recorded_event, copy_list)

View Source
Link to this macro

is_data_or_metadata(d)

View Source (macro)
Link to this macro

is_module_name(module)

View Source (macro)
Link to this macro

is_version(version)

View Source (macro)
Link to this function

type_from_module(module)

View Source

Specs

type_from_module(module()) :: String.t()
Link to this function

write(message_store, stream_name, message_or_messages, version \\ :any_version)

View Source

Specs

write(module(), stream_name(), message() | [message()], version()) ::
  Result.t(any(), any())