Class HealthJsonRPCService
java.lang.Object
io.quarkus.smallrye.health.runtime.dev.ui.HealthJsonRPCService
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) io.smallrye.health.SmallRyeHealthReporter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<io.smallrye.health.SmallRyeHealth> io.smallrye.mutiny.Multi<io.smallrye.health.SmallRyeHealth> streamHealth(String interval) io.smallrye.mutiny.Multi<String> streamStatus(String interval)
-
Field Details
-
smallRyeHealthReporter
@Inject io.smallrye.health.SmallRyeHealthReporter smallRyeHealthReporter
-
-
Constructor Details
-
HealthJsonRPCService
public HealthJsonRPCService()
-
-
Method Details
-
getHealth
@JsonRpcDescription("Get the current Health of the running Quarkus application") @DevMCPEnableByDefault public io.smallrye.mutiny.Uni<io.smallrye.health.SmallRyeHealth> getHealth() -
streamHealth
-
getStatus
-
streamStatus
-