Class TachyonReadinessCheck

java.lang.Object
tech.skworks.tachyon.service.infra.health.TachyonReadinessCheck
All Implemented Interfaces:
org.eclipse.microprofile.health.HealthCheck

@Readiness @ApplicationScoped public class TachyonReadinessCheck extends Object implements org.eclipse.microprofile.health.HealthCheck
Project Tachyon Class TachyonReadinessCheck
Since:
1.0.0-SNAPSHOT
Version:
1.0
Author:
Jimmy (vSKAH) - 03/04/2026
  • Constructor Details

    • TachyonReadinessCheck

      public TachyonReadinessCheck()
  • Method Details

    • call

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