livery_grpc_sup (livery_grpc v0.1.0)
View SourceTop-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
-spec init([]) -> {ok, {supervisor:sup_flags(), [supervisor:child_spec()]}}.