Rill v0.10.4 Rill.MessageStore.MessageData.Write View Source

Link to this section Summary

Link to this section Types

Link to this type

t() View Source
t() :: %Rill.MessageStore.MessageData.Write{
  data: map(),
  id: String.t(),
  metadata: map(),
  type: String.t()
}

Link to this section Functions

Link to this function

build(data) View Source
build(data :: map()) :: %Rill.MessageStore.MessageData.Write{
  data: term(),
  id: term(),
  metadata: term(),
  type: term()
}

Link to this function

to_map(write) View Source
to_map(
  write :: %Rill.MessageStore.MessageData.Write{
    data: term(),
    id: term(),
    metadata: term(),
    type: term()
  }
) :: map()