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