Class QuarkusAsyncHealthCheckFactory
- java.lang.Object
-
- io.smallrye.health.AsyncHealthCheckFactory
-
- io.quarkus.smallrye.health.runtime.QuarkusAsyncHealthCheckFactory
-
@Singleton public class QuarkusAsyncHealthCheckFactory extends io.smallrye.health.AsyncHealthCheckFactoryQuarkus specific health check factory that runs blocking and reactive health checks with different executors provided byMutinyHelper.
-
-
Constructor Summary
Constructors Constructor Description QuarkusAsyncHealthCheckFactory(io.vertx.core.Vertx vertx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.smallrye.mutiny.Uni<org.eclipse.microprofile.health.HealthCheckResponse>callAsync(io.smallrye.health.api.AsyncHealthCheck asyncHealthCheck)io.smallrye.mutiny.Uni<org.eclipse.microprofile.health.HealthCheckResponse>callSync(org.eclipse.microprofile.health.HealthCheck healthCheck)
-
-
-
Method Detail
-
callSync
public io.smallrye.mutiny.Uni<org.eclipse.microprofile.health.HealthCheckResponse> callSync(org.eclipse.microprofile.health.HealthCheck healthCheck)
- Overrides:
callSyncin classio.smallrye.health.AsyncHealthCheckFactory
-
callAsync
public io.smallrye.mutiny.Uni<org.eclipse.microprofile.health.HealthCheckResponse> callAsync(io.smallrye.health.api.AsyncHealthCheck asyncHealthCheck)
- Overrides:
callAsyncin classio.smallrye.health.AsyncHealthCheckFactory
-
-