Interface DependenciesReadyCheck
- All Known Implementing Classes:
HealthChecksDependenciesReadyCheck
public interface DependenciesReadyCheck
Interface for checking if all dependencies are ready.
-
Method Summary
Modifier and TypeMethodDescriptionvoidwaitUntilReady(String... checks) Wait until all dependencies are ready.
-
Method Details
-
waitUntilReady
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
-