Interface DependenciesReadyCheck

All Known Implementing Classes:
HealthChecksDependenciesReadyCheck

public interface DependenciesReadyCheck
Interface for checking if all dependencies are ready.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Wait until all dependencies are ready.
  • Method Details

    • waitUntilReady

      void waitUntilReady(String... checks)
      Wait until all dependencies are ready. This method should block until all dependencies are ready.
      Parameters:
      checks - the names of the checks to wait for; if empty, all checks are waited for