View Source Incident.EventStore.InMemory.AggregateLock (incident v0.6.2)

Defines the data structure for an aggregate lock for the in memory adapter.

All fields are required.

Link to this section Summary

Link to this section Types

@type t() :: %Incident.EventStore.InMemory.AggregateLock{
  aggregate_id: String.t() | nil,
  id: pos_integer() | nil,
  owner_id: pos_integer() | nil,
  valid_until: DateTime.t() | nil
}