public class ServerStartupEvent extends ApplicationStartupEvent
EmbeddedServer completes startup.| Constructor and Description | 
|---|
ServerStartupEvent(EmbeddedServer embeddedServer)
Constructs a prototypical Event. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EmbeddedServer | 
getSource()  | 
public ServerStartupEvent(EmbeddedServer embeddedServer)
embeddedServer - object on which the Event initially occurred.java.lang.IllegalArgumentException - if source is null.public EmbeddedServer getSource()
getSource in class AbstractEmbeddedApplicationEvent