Package com.avoka.fc.core.service.health
Interface IServerHealthStatusService
public interface IServerHealthStatusService
Provides the Interface IServerHealthStatusService.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the 1 second server health status.Return the 60 second server health status.
-
Method Details
-
getServerHealthStatusSixtySec
ServerHealthStatus getServerHealthStatusSixtySec()Return the 60 second server health status.- Returns:
- the 60 second server health status
-
getServerHealthStatusOneSec
ServerHealthStatus getServerHealthStatusOneSec()Return the 1 second server health status.- Returns:
- the 1 second server health status
-