livery_grpc_app (livery_grpc v0.1.1)
View SourceApplication callback for livery_grpc.
Starts the top-level supervisor. The application owns no listeners by
itself; gRPC servers are started on demand via livery_grpc:start_server/1
and supervised under livery_grpc_sup.
Summary
Functions
-spec start(application:start_type(), term()) -> {ok, pid()} | {error, term()}.
-spec stop(term()) -> ok.