Interface HealthService
- All Known Implementing Classes:
HealthServiceImpl
public interface HealthService
Project Tachyon
Class SystemService
- Since:
- 1.0.0-SNAPSHOT
- Version:
- 1.0
- Author:
- Jimmy (vSKAH) - 22/04/2026
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
pingBackend
CompletableFuture<PingResponse> pingBackend() -
isHealthy
boolean isHealthy()
-