Temporalex.History.Event (Temporalex v0.5.4)

Copy Markdown View Source

One history event: id, server timestamp, kind, and attributes.

Summary

Types

t()

@type t() :: %Temporalex.History.Event{
  attributes: map() | nil,
  id: non_neg_integer(),
  time: DateTime.t() | nil,
  type: atom()
}