| Package | Description |
|---|---|
| ratpack.server |
Objects used to start a ratpack application.
|
| Modifier and Type | Method and Description |
|---|---|
static StartEvent |
StartEvent.build(Registry registry,
boolean reload)
Builder for start events.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
Service.onStart(StartEvent event)
Server startup event.
|