public interface ExitCodeGenerator
SpringApplication
. Since 1.3.2 this interface can be used on exceptions as well
as directly on beans.SpringApplication.exit(org.springframework.context.ApplicationContext,
ExitCodeGenerator...)
Modifier and Type | Method and Description |
---|---|
int |
getExitCode()
Returns the exit code that should be returned from the application.
|
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.