Interface SystemReadyCheck


  • @Deprecated(since="2021-04-30")
    public interface SystemReadyCheck
    Deprecated.
    This API is deprecated. Please use the Apache Felix HealthCheck API instead.
    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

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

        CheckStatus getStatus()
        Deprecated.
        Returns:
        the state of the system