类 DockerComposeServicesReadyEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.boot.docker.compose.lifecycle.DockerComposeServicesReadyEvent
- 所有已实现的接口:
Serializable
ApplicationEvent
published when Docker Compose RunningService
instances
are available. This event is published from the ApplicationPreparedEvent
listener that starts Docker Compose.- 从以下版本开始:
- 3.1.0
- 作者:
- Moritz Halbritter, Andy Wilkinson, Phillip Webb
- 另请参阅:
-
字段概要
从类继承的字段 java.util.EventObject
source
-
方法概要
修饰符和类型方法说明Return the relevant Docker Compose services that are running.从类继承的方法 org.springframework.context.ApplicationEvent
getTimestamp
从类继承的方法 java.util.EventObject
toString
-
方法详细资料
-
getSource
- 覆盖:
getSource
在类中EventObject
-
getRunningServices
Return the relevant Docker Compose services that are running.- 返回:
- the running services
-