View Source Mix.EventStore (EventStore v1.4.6)
Conveniences for writing EventStore related Mix tasks.
Summary
Functions
Ensures the given module is an EventStore.
Returns true
if module implements behaviour.
Parses the event store option from the given command line args list.
Functions
@spec ensure_event_store!(module(), list()) :: EventStore.t()
Ensures the given module is an EventStore.
Returns true
if module implements behaviour.
@spec parse_event_store([term()]) :: [EventStore.t()]
Parses the event store option from the given command line args list.
If no event store option is given, it is retrieved from the application environment.