Class AsyncHealthCheckFactory


  • @ApplicationScoped
    public class AsyncHealthCheckFactory
    extends Object
    • Constructor Detail

      • AsyncHealthCheckFactory

        public AsyncHealthCheckFactory()
    • 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)