fun ShellServerOptions(reaperInterval: Long? = null, sessionTimeout: Long? = null, welcomeMessage: String? = null): ShellServerOptions
A function providing a DSL for building io.vertx.ext.shell.ShellServerOptions objects.
The configurations options for the shell server.
reaperInterval
- Set the repear interval, i.e the period at which session eviction is performed.
sessionTimeout
- Set the session timeout.
welcomeMessage
- Set the shell welcome message, i.e the message displayed in the user console when he connects to the shell.