public class TextReadyStatusFactory extends Object implements ReadyStatusFactory
| Constructor and Description |
|---|
TextReadyStatusFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected org.mule.runtime.api.healthcheck.ReadyStatus |
awaitingContracts(Long apiId) |
protected org.mule.runtime.api.healthcheck.ReadyStatus |
awaitingPolicies(Long apiId) |
protected org.mule.runtime.api.healthcheck.ReadyStatus |
awaitingTracking(Long apiId) |
protected org.mule.runtime.api.healthcheck.ReadyStatus |
awaitingUnblock(Long apiId) |
protected org.mule.runtime.api.healthcheck.ReadyStatus |
blockedStatus(Long apiId,
String message) |
org.mule.runtime.api.healthcheck.ReadyStatus |
missingApi(Long apiId) |
protected org.mule.runtime.api.healthcheck.ReadyStatus |
policiesFailed(Long apiId) |
protected org.mule.runtime.api.healthcheck.ReadyStatus |
ready(Long apiId) |
org.mule.runtime.api.healthcheck.ReadyStatus |
readyStatus(List<org.mule.runtime.api.healthcheck.ReadyStatus> statusList)
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) |
protected org.mule.runtime.api.healthcheck.ReadyStatus |
untracked(Long apiId) |
public org.mule.runtime.api.healthcheck.ReadyStatus readyStatus(Long apiId, GatekeeperStatus gatekeeperStatus)
readyStatus in interface ReadyStatusFactoryapiId - Id of the API that corresponds with the status.gatekeeperStatus - status of the api.ReadyStatus with the message according to the current status.public org.mule.runtime.api.healthcheck.ReadyStatus missingApi(Long apiId)
missingApi in interface ReadyStatusFactoryapiId - Id of the API that corresponds with the status.ReadyStatus with the message Indicating that the API is not deployed in the runtime.public org.mule.runtime.api.healthcheck.ReadyStatus readyStatus(List<org.mule.runtime.api.healthcheck.ReadyStatus> statusList)
ReadyStatusFactoryReadyStatus this method creates a new Ready Status that is the composition of all of them.readyStatus in interface ReadyStatusFactorystatusList - List of ReadyStatus corresponding to the APIsReadyStatus with the info of all APIs.protected org.mule.runtime.api.healthcheck.ReadyStatus awaitingPolicies(Long apiId)
protected org.mule.runtime.api.healthcheck.ReadyStatus policiesFailed(Long apiId)
protected org.mule.runtime.api.healthcheck.ReadyStatus awaitingContracts(Long apiId)
protected org.mule.runtime.api.healthcheck.ReadyStatus awaitingUnblock(Long apiId)
protected org.mule.runtime.api.healthcheck.ReadyStatus awaitingTracking(Long apiId)
protected org.mule.runtime.api.healthcheck.ReadyStatus untracked(Long apiId)
protected org.mule.runtime.api.healthcheck.ReadyStatus ready(Long apiId)
Copyright © 2014–2025 MuleSoft, Inc.. All rights reserved.