macula_tweann_app (macula_tweann v0.15.2)

View Source

Application behaviour for macula_tweann.

Starts the morphology registry on application startup.

Summary

Functions

Start the application.

Stop the application.

Functions

start(StartType, StartArgs)

-spec start(StartType :: normal | {takeover, node()} | {failover, node()}, StartArgs :: term()) ->
               {ok, pid()} | {error, Reason :: term()}.

Start the application.

Starts the morphology registry supervisor.

stop(State)

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

Stop the application.