statsderl_app (statsderl v0.7.1)

View Source

Summary

Functions

start()

-spec start() -> {ok, [atom()]} | {error, term()}.

start(StartType, StartArgs)

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

stop()

-spec stop() -> ok | {error, {not_started, statsderl}}.

stop(State)

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