Class InfinispanHealthCheck

java.lang.Object
io.quarkus.infinispan.client.runtime.health.InfinispanHealthCheck
All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck

@Readiness @ApplicationScoped public class InfinispanHealthCheck extends Object implements org.eclipse.microprofile.health.HealthCheck
  • Constructor Details

  • Method Details

    • configure

      public void configure(InfinispanClientsRuntimeConfig config)
    • call

      public org.eclipse.microprofile.health.HealthCheckResponse call()
      Specified by:
      call in interface org.eclipse.microprofile.health.HealthCheck