Package io.quarkus.grpc.runtime.config
Class GrpcServerBuildTimeConfig
java.lang.Object
io.quarkus.grpc.runtime.config.GrpcServerBuildTimeConfig
@ConfigRoot(phase=BUILD_TIME,
name="grpc.server")
public class GrpcServerBuildTimeConfig
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanWhether the gRPC health check is exposed.booleanWhether a health check on gRPC status is published in case the smallrye-health extension is present. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mpHealthEnabled
Whether a health check on gRPC status is published in case the smallrye-health extension is present. -
grpcHealthEnabled
Whether the gRPC health check is exposed.
-
-
Constructor Details
-
GrpcServerBuildTimeConfig
public GrpcServerBuildTimeConfig()
-