Class GrpcClientProperties.Channel.Health

java.lang.Object
org.springframework.boot.grpc.client.autoconfigure.GrpcClientProperties.Channel.Health
Enclosing class:
GrpcClientProperties.Channel

public static class GrpcClientProperties.Channel.Health extends Object
Health properties.
Since:
4.1.0
Author:
Chris Bono, Phillip Webb
  • Constructor Details

    • Health

      public Health()
  • Method Details

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • getServiceName

      public @Nullable String getServiceName()
    • setServiceName

      public void setServiceName(String serviceName)