レコードクラスの使用箇所
org.springframework.boot.grpc.client.autoconfigure.ServiceConfig.HealthCheckConfig
ServiceConfig.HealthCheckConfig を使用するパッケージ
org.springframework.boot.grpc.client.autoconfigure 内の ServiceConfig.HealthCheckConfig 使用
修飾子と型メソッド説明@Nullable ServiceConfig.HealthCheckConfigServiceConfig.healthcheck()healthcheckレコードコンポーネントの値を返します。型 ServiceConfig.HealthCheckConfig のパラメーターを持つ org.springframework.boot.grpc.client.autoconfigure のコンストラクター修飾子コンストラクター説明ServiceConfig(@Nullable ListSE<ServiceConfig.LoadBalancingConfig> loadbalancing, @Nullable ListSE<ServiceConfig.MethodConfig> method, @Nullable ServiceConfig.RetryThrottlingPolicy retrythrottling, @Nullable ServiceConfig.HealthCheckConfig healthcheck) ServiceConfigレコードクラスのインスタンスを作成します。