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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.microprofile.health.HealthCheckResponsecall()void
-
Constructor Details
-
InfinispanHealthCheck
-
-
Method Details
-
configure
-
call
public org.eclipse.microprofile.health.HealthCheckResponse call()- Specified by:
callin interfaceorg.eclipse.microprofile.health.HealthCheck
-