Chronicle.EventStoreSubscriptions.EventType (cratis_chronicle v1.0.3)

Copy Markdown View Source

Represents an event type included in an event store subscription definition.

Summary

Types

t()

@type t() :: %Chronicle.EventStoreSubscriptions.EventType{
  generation: pos_integer(),
  id: String.t(),
  tombstone?: boolean()
}