Class GrpcServerHealthSchedulerAutoConfiguration
java.lang.Object
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 Object
- Since:
- 4.1.0
- Author:
- Phillip Webb
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GrpcServerHealthSchedulerAutoConfiguration
public GrpcServerHealthSchedulerAutoConfiguration()
-