Uses of Class
org.springframework.boot.docker.compose.readiness.ServiceNotReadyException
Packages that use ServiceNotReadyException
-
Uses of ServiceNotReadyException in org.springframework.boot.docker.compose.readiness
Methods in org.springframework.boot.docker.compose.readiness that throw ServiceNotReadyExceptionModifier and TypeMethodDescriptionvoid
ServiceReadinessCheck.check
(RunningService service) Checks whether the givenservice
is ready.