Uses of Record Class
org.springframework.boot.grpc.client.autoconfigure.ServiceConfig.HealthCheckConfig
Packages that use ServiceConfig.HealthCheckConfig
Package
Description
Auto-configuration for gRPC clients.
-
Uses of ServiceConfig.HealthCheckConfig in org.springframework.boot.grpc.client.autoconfigure
Methods in org.springframework.boot.grpc.client.autoconfigure that return ServiceConfig.HealthCheckConfigModifier and TypeMethodDescription@Nullable ServiceConfig.HealthCheckConfigServiceConfig.healthcheck()Returns the value of thehealthcheckrecord component.Constructors in org.springframework.boot.grpc.client.autoconfigure with parameters of type ServiceConfig.HealthCheckConfigModifierConstructorDescriptionServiceConfig(@Nullable List<ServiceConfig.LoadBalancingConfig> loadbalancing, @Nullable List<ServiceConfig.MethodConfig> method, @Nullable ServiceConfig.RetryThrottlingPolicy retrythrottling, @Nullable ServiceConfig.HealthCheckConfig healthcheck) Creates an instance of aServiceConfigrecord class.