Package io.smallrye.health
Class AsyncHealthCheckFactory
java.lang.Object
io.smallrye.health.AsyncHealthCheckFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<org.eclipse.microprofile.health.HealthCheckResponse> callAsync(AsyncHealthCheck asyncHealthCheck) io.smallrye.mutiny.Uni<org.eclipse.microprofile.health.HealthCheckResponse> callSync(org.eclipse.microprofile.health.HealthCheck healthCheck) voidsetUncheckedExceptionDataStyle(String uncheckedExceptionDataStyle)
-
Constructor Details
-
AsyncHealthCheckFactory
public AsyncHealthCheckFactory()
-
-
Method Details
-
callAsync
public io.smallrye.mutiny.Uni<org.eclipse.microprofile.health.HealthCheckResponse> callAsync(AsyncHealthCheck asyncHealthCheck) -
callSync
public io.smallrye.mutiny.Uni<org.eclipse.microprofile.health.HealthCheckResponse> callSync(org.eclipse.microprofile.health.HealthCheck healthCheck) -
setUncheckedExceptionDataStyle
-