枚举类的使用
org.springframework.boot.docker.compose.lifecycle.DockerComposeProperties.Readiness.Wait
程序包
说明
Lifecycle management for Docker Compose with the context of a Spring application.
-
org.springframework.boot.docker.compose.lifecycle中DockerComposeProperties.Readiness.Wait的使用
修饰符和类型方法说明DockerComposeProperties.Readiness.getWait()
返回带有指定名称的该类的枚举常量。DockerComposeProperties.Readiness.Wait.values()
返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同修饰符和类型方法说明void
DockerComposeProperties.Readiness.setWait
(DockerComposeProperties.Readiness.Wait wait)