Class DockerComposeServicesReadyEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.boot.docker.compose.lifecycle.DockerComposeServicesReadyEvent
All Implemented Interfaces:
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.
Since:
3.1.0
Author:
Moritz Halbritter, Andy Wilkinson, Phillip Webb
See Also: