public interface IStatusService
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReady(String url)
Check if service is ready
|
void |
markServiceToCheck(String url)
Mark the service to check.
|
void |
notifyError(String url,
UnavailableServer e)
Alert if a service is in fault
|
void notifyError(String url, UnavailableServer e)
url - of the servicee - boolean isReady(String url)
url - of the servicevoid markServiceToCheck(String url)
url - of the serviceCopyright © 2021. All rights reserved.