livery_grpc_sup (livery_grpc v0.1.1)

View Source

Top-level supervisor for livery_grpc.

Supervises the health status store and the dynamic server supervisor; gRPC servers started via livery_grpc:start_server/1 are children of the latter, so each server outlives the process that started it.

Summary

Functions

init/1

-spec init([]) -> {ok, {supervisor:sup_flags(), [supervisor:child_spec()]}}.

start_link()

-spec start_link() -> {ok, pid()} | {error, term()}.