public interface HealthCheck
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.healthcheck.HealthCheckValidator |
getApiValidator(Long apiId)
Adapter for Mule API health check validator interface by API
|
org.mule.runtime.api.healthcheck.HealthCheckValidator |
getValidator(String applicationName)
Adapter for Mule API health check validator interface by application
|
boolean |
isApplicationTrafficAllowed(String applicationName)
Checks if all GateKeeper handled APIs belonging to a given application are unblocked
|
boolean |
isInstanceTrafficAllowed()
Checks if all GateKeeper handled APIs are unblocked
|
boolean isInstanceTrafficAllowed()
boolean isApplicationTrafficAllowed(String applicationName)
applicationName - org.mule.runtime.api.healthcheck.HealthCheckValidator getValidator(String applicationName)
applicationName - application to check health statusorg.mule.runtime.api.healthcheck.HealthCheckValidator getApiValidator(Long apiId)
apiId - API to check health statusCopyright © 2014–2023 MuleSoft, Inc.. All rights reserved.