Class GrpcServerHealthProperties
java.lang.Object
org.springframework.boot.grpc.server.autoconfigure.health.GrpcServerHealthProperties
@ConfigurationProperties("spring.grpc.server.health")
public class GrpcServerHealthProperties
extends Object
Properties for Spring gRPC server health.- Since:
- 4.1.0
- Author:
- Phillip Webb, Chris Bono
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classHealth task scheduling.static classA health for a specific service.static classProperties applying to all services.static classStatus properties for the group. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable BooleanbooleanvoidsetEnabled(@Nullable Boolean enabled) voidsetIncludeOverallHealth(boolean includeOverallHealth)
-
Constructor Details
-
GrpcServerHealthProperties
public GrpcServerHealthProperties()
-
-
Method Details
-
getEnabled
-
setEnabled
-
isIncludeOverallHealth
public boolean isIncludeOverallHealth() -
setIncludeOverallHealth
public void setIncludeOverallHealth(boolean includeOverallHealth) -
getServices
-
getService
-
getStatus
-
getSchedule
-