@ApplicationScoped public class AsyncHealthCheckFactory extends Object
| Constructor and Description |
|---|
AsyncHealthCheckFactory() |
| Modifier and Type | Method and 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) |
void |
setUncheckedExceptionDataStyle(String uncheckedExceptionDataStyle) |
public io.smallrye.mutiny.Uni<org.eclipse.microprofile.health.HealthCheckResponse> callAsync(AsyncHealthCheck asyncHealthCheck)
public io.smallrye.mutiny.Uni<org.eclipse.microprofile.health.HealthCheckResponse> callSync(org.eclipse.microprofile.health.HealthCheck healthCheck)
public void setUncheckedExceptionDataStyle(String uncheckedExceptionDataStyle)
Copyright © 2018–2021. All rights reserved.