Class GrpcServerHealth

java.lang.Object
org.springframework.boot.grpc.server.health.GrpcServerHealth

public class GrpcServerHealth extends Object
Provides health information for a gRPC server that can be used to update a HealthStatusManager.
Since:
4.1.0
Author:
Phillip Webb
  • Constructor Details

  • Method Details

    • update

      public void update(io.grpc.protobuf.services.HealthStatusManager manager)
    • update

      public void update(BiConsumer<String, io.grpc.health.v1.HealthCheckResponse.ServingStatus> updator)