Interface SystemReadyCheck


  • @Deprecated
    public interface SystemReadyCheck
    Deprecated.
    This API is deprecated. Please use the Apache Felix HealthCheck API
    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()
        Deprecated.
        Returns:
        the name of this check. E.g. component name
      • getStatus

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