Package io.smallrye.health
Class AsyncHealthCheckFactory
- java.lang.Object
-
- io.smallrye.health.AsyncHealthCheckFactory
-
@ApplicationScoped public class AsyncHealthCheckFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description AsyncHealthCheckFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.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)
-
-
-
Method Detail
-
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
public void setUncheckedExceptionDataStyle(String uncheckedExceptionDataStyle)
-
-