Interface | Description |
---|---|
PublicAddress |
The advertised public address.
|
RatpackServer |
The entry point for creating and starting a Ratpack application.
|
RatpackServerSpec |
A buildable specification of a Ratpack server.
|
ReloadInformant |
Informs when the server should be reloaded, during
development . |
ServerConfig |
The configuration of the server.
|
ServerConfig.Builder | |
Service |
A service participates in the application lifecycle.
|
StartEvent |
A start event.
|
StopEvent |
A stop event.
|
Stopper |
The mechanism for stopping the application from within the application.
|
Exception | Description |
---|---|
NoBaseDirException |
Thrown when a request is made for the base directory of the application in an application
launch config where no base directory has been set.
|
StartupFailureException |
Thrown when a server fails to start.
|