AshEvents.EventLog.Info (ash_events v0.1.1)
View SourceIntrospection helpers for AshEvents.EventLog
Summary
Functions
event_log DSL entities
A module with the AshEvents.ClearRecords-behaviour, that is expected to clear all records before an event replay.
A module with the AshEvents.ClearRecords-behaviour, that is expected to clear all records before an event replay.
event_log DSL options
The type of the primary key used by the system, which will be the type of the record_id
-field on the events. Defaults to :uuid.
The type of the primary key used by the system, which will be the type of the record_id
-field on the events. Defaults to :uuid.
replay_overrides DSL entities
Functions
event_log DSL entities
@spec event_log_clear_records_for_replay(dsl_or_extended :: module() | map()) :: {:ok, module()} | :error
A module with the AshEvents.ClearRecords-behaviour, that is expected to clear all records before an event replay.
@spec event_log_clear_records_for_replay!(dsl_or_extended :: module() | map()) :: module() | no_return()
A module with the AshEvents.ClearRecords-behaviour, that is expected to clear all records before an event replay.
event_log DSL options
Returns a map containing the and any configured or default values.
The type of the primary key used by the system, which will be the type of the record_id
-field on the events. Defaults to :uuid.
The type of the primary key used by the system, which will be the type of the record_id
-field on the events. Defaults to :uuid.
replay_overrides DSL entities