クラス 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
- 導入:
- 4.1.0
- 作成者:
- Phillip Webb
コンストラクター概要
コンストラクター方法の概要
コンストラクターの詳細
GrpcServerHealthSchedulerAutoConfiguration
public GrpcServerHealthSchedulerAutoConfiguration()