evoq_app (evoq v1.14.1)
View Sourceevoq 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
-spec start(application:start_type(), term()) -> {ok, pid()} | {error, term()}.
Start the evoq application.
-spec stop(term()) -> ok.
Stop the evoq application.