Skip to content

Commit

Permalink
Add Watch method to health checking service.
Browse files Browse the repository at this point in the history
  • Loading branch information
markdroth committed Aug 7, 2018
1 parent f925cf2 commit 59b56e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grpc/health/v1/health.proto
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ message HealthCheckResponse {

service Health {
rpc Check(HealthCheckRequest) returns (HealthCheckResponse);
rpc Watch(HealthCheckRequest) returns (stream HealthCheckResponse);
}

0 comments on commit 59b56e3

Please sign in to comment.