Class: Health
Represents a Health
Hierarchy
-
Service
↳
Health
Constructors
constructor
• new Health(rpcImpl
, requestDelimited?
, responseDelimited?
): Health
Constructs a new Health service.
Parameters
Name | Type | Description |
---|---|---|
rpcImpl | RPCImpl | RPC implementation |
requestDelimited? | boolean | Whether requests are length-delimited |
responseDelimited? | boolean | Whether responses are length-delimited |
Returns
Overrides
$protobuf.rpc.Service.constructor
Properties
requestDelimited
• requestDelimited: boolean
Whether requests are length-delimited.