evoq_app (evoq v1.9.2)

View Source

evoq application module.

Entry point for the evoq CQRS/Event Sourcing framework. Starts the top-level supervisor and initializes the pg groups for aggregate registry and event routing.

Summary

Functions

Start the evoq application.

Stop the evoq application.

Functions

start(StartType, StartArgs)

-spec start(application:start_type(), term()) -> {ok, pid()} | {error, term()}.

Start the evoq application.

stop(State)

-spec stop(term()) -> ok.

Stop the evoq application.