Uses of Enum Class
org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Readiness.Wait
Packages that use DockerComposeProperties.Readiness.Wait
Package
Description
Lifecycle management for Docker Compose with the context of a Spring application.
-
Uses of DockerComposeProperties.Readiness.Wait in org.springframework.boot.docker.compose.lifecycle
Methods in org.springframework.boot.docker.compose.lifecycle that return DockerComposeProperties.Readiness.WaitModifier and TypeMethodDescriptionDockerComposeProperties.Readiness.getWait()
Returns the enum constant of this class with the specified name.DockerComposeProperties.Readiness.Wait.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.docker.compose.lifecycle with parameters of type DockerComposeProperties.Readiness.WaitModifier and TypeMethodDescriptionvoid
DockerComposeProperties.Readiness.setWait
(DockerComposeProperties.Readiness.Wait wait)