grpcHealthCheckImplementation
grpcHealthCheckImplementation(
health,packageName,serviceName):GrpcHealthImplementation
Defined in: src/io/broker/GrpcServerActor.ts:496
Build the Check handler over a HealthCheckRegistry. Kept a free
function (rather than a method) so the whole request → status path is
exercisable without a gRPC module, a bound socket or an actor system.
Parameters
Section titled “Parameters”health
Section titled “health”packageName
Section titled “packageName”string
serviceName
Section titled “serviceName”string
