Class InfinispanHealthCheck

  • All Implemented Interfaces:
    org.eclipse.microprofile.health.HealthCheck

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

      • cacheManager

        @Inject
        org.infinispan.client.hotrod.RemoteCacheManager cacheManager
    • Constructor Detail

      • InfinispanHealthCheck

        public InfinispanHealthCheck()
    • Method Detail

      • call

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