Class GrpcServerBuildTimeConfig

    • Field Detail

      • mpHealthEnabled

        @ConfigItem(name="health.enabled",
                    defaultValue="true")
        public boolean mpHealthEnabled
        Whether a health check on gRPC status is published in case the smallrye-health extension is present.
      • grpcHealthEnabled

        @ConfigItem(name="grpc-health.enabled",
                    defaultValue="true")
        public boolean grpcHealthEnabled
        Whether the gRPC health check is exposed.
    • Constructor Detail

      • GrpcServerBuildTimeConfig

        public GrpcServerBuildTimeConfig()