クラス GrpcServerHealthSchedulerAutoConfiguration

java.lang.ObjectSE
org.springframework.boot.grpc.server.autoconfigure.health.GrpcServerHealthSchedulerAutoConfiguration

@AutoConfiguration(after=GrpcServerHealthAutoConfiguration.class) @ConditionalOnBooleanProperty(name="spring.grpc.server.health.schedule.enabled", matchIfMissing=true) @Import(DefaultTaskSchedulerConfiguration.class) @ConditionalOnClass({org.springframework.grpc.server.GrpcServerFactory.class,io.grpc.Grpc.class,io.grpc.protobuf.services.HealthStatusManager.class}) public final class GrpcServerHealthSchedulerAutoConfiguration extends ObjectSE
Auto-configurationTaskScheduler を使用して GrpcServerHealth の更新を呼び出します。
導入:
4.1.0
作成者:
Phillip Webb
  • コンストラクターの詳細

    • GrpcServerHealthSchedulerAutoConfiguration

      public GrpcServerHealthSchedulerAutoConfiguration()