Interface SystemReadyCheck


  • public interface SystemReadyCheck
    Ready check services provide custom logic for signaling that particular criteria are met for when an instance is considered "ready". Examples: An asynchronous integration with another instance or a third-party service {@see SystemReadyMonitor}
    • Method Detail

      • getName

        java.lang.String getName()
        Returns:
        the name of this check. E.g. component name
      • getStatus

        CheckStatus getStatus()
        Returns:
        the state of the system