ExitCodeGenerator

Interface used to generate an 'exit code' from a running command line SpringApplication. Can be used on exceptions as well as directly on beans.

Author

Dave Syer

Since

1.0.0

See also

Functions

Link copied to clipboard
abstract fun getExitCode(): Int
Returns the exit code that should be returned from the application.