public interface ReadyStatusFactory
ReadyStatus belonging to an App.| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.healthcheck.ReadyStatus |
missingApi(Long apiId) |
org.mule.runtime.api.healthcheck.ReadyStatus |
readyStatus(List<org.mule.runtime.api.healthcheck.ReadyStatus> readyStatuses)
Given a list of
ReadyStatus this method creates a new Ready Status that is the composition of all of them. |
org.mule.runtime.api.healthcheck.ReadyStatus |
readyStatus(Long apiId,
GatekeeperStatus gatekeeperStatus) |
org.mule.runtime.api.healthcheck.ReadyStatus readyStatus(Long apiId, GatekeeperStatus gatekeeperStatus)
apiId - Id of the API that corresponds with the status.gatekeeperStatus - status of the api.ReadyStatus with the message according to the current status.org.mule.runtime.api.healthcheck.ReadyStatus readyStatus(List<org.mule.runtime.api.healthcheck.ReadyStatus> readyStatuses)
ReadyStatus this method creates a new Ready Status that is the composition of all of them.readyStatuses - List of ReadyStatus corresponding to the APIsReadyStatus with the info of all APIs.org.mule.runtime.api.healthcheck.ReadyStatus missingApi(Long apiId)
apiId - Id of the API that corresponds with the status.ReadyStatus with the message Indicating that the API is not deployed in the runtime.Copyright © 2014–2022 MuleSoft, Inc.. All rights reserved.