faber_tweann_app (faber_tweann v2.0.1)

View Source

Application behaviour for faber_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.