package dozer.health

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service HealthGrpcService

health.proto:11

* The health service that checks health on services.

* Get functions for health check [Reference] https://github.com/grpc/grpc/blob/master/doc/health-checking.md

message HealthCheckRequest

health.proto:24

Request for `healthCheck` and `healthWatch`.

Used as request type in: HealthGrpcService.healthCheck, HealthGrpcService.healthWatch

message HealthCheckResponse

health.proto:29

Response for `healthCheck` and `healthWatch`.

Used as response type in: HealthGrpcService.healthCheck, HealthGrpcService.healthWatch

enum HealthCheckResponse.ServingStatus

health.proto:30

Used in: HealthCheckResponse