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 instance are available. This even is published from the ApplicationPreparedEvent that performs the docker compose startup.
Since:
3.1.0
Author:
Moritz Halbritter, Andy Wilkinson, Phillip Webb
See Also: