Observe events filter options
Summary
Types
@type t() :: %EventSourcingDB.ObserveEventsOptions{ from_latest_event: EventSourcingDB.ObserveFromLatestEventOptions.t() | nil, lower_bound: EventSourcingDB.BoundOptions.t() | nil, recursive: boolean() }
Observe events filter options
@type t() :: %EventSourcingDB.ObserveEventsOptions{ from_latest_event: EventSourcingDB.ObserveFromLatestEventOptions.t() | nil, lower_bound: EventSourcingDB.BoundOptions.t() | nil, recursive: boolean() }