类 DockerComposeServicesReadyEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.boot.docker.compose.lifecycle.DockerComposeServicesReadyEvent
所有已实现的接口:
Serializable

public class DockerComposeServicesReadyEvent extends ApplicationEvent
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
另请参阅: