Represents an event type included in an event store subscription definition.
Summary
Types
@type t() :: %Chronicle.EventStoreSubscriptions.EventType{ generation: pos_integer(), id: String.t(), tombstone?: boolean() }
Represents an event type included in an event store subscription definition.
@type t() :: %Chronicle.EventStoreSubscriptions.EventType{ generation: pos_integer(), id: String.t(), tombstone?: boolean() }