AppSettings

ox.OxApp.AppSettings
See theAppSettings companion object
case class AppSettings(gracefulShutdownExitCode: ExitCode)

Value parameters

gracefulShutdownExitCode

This value is returned to the operating system as the exit code when the app receives SIGINT and shuts itself down gracefully. In the AppSettings.Default settings, the value is ExitCode.Success (0). JVM itself returns code 130 when it receives SIGINT.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product