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