Class ServiceReadinessChecks
java.lang.Object
org.springframework.boot.docker.compose.readiness.ServiceReadinessChecks
- Since:
- 3.1.0
- Author:
- Moritz Halbritter, Andy Wilkinson, Phillip Webb
-
Constructor Summary
ConstructorDescriptionServiceReadinessChecks
(ClassLoader classLoader, Environment environment, Binder binder) -
Method Summary
Modifier and TypeMethodDescriptionvoid
waitUntilReady
(List<RunningService> runningServices) Wait for the given services to be ready.
-
Constructor Details
-
ServiceReadinessChecks
-
-
Method Details
-
waitUntilReady
Wait for the given services to be ready.- Parameters:
runningServices
- the services to wait for
-