Package | Description |
---|---|
org.springframework.boot.devtools.restart |
Application restart support.
|
Modifier and Type | Method and Description |
---|---|
FailureHandler.Outcome |
FailureHandler.handle(Throwable failure)
Handle a run failure.
|
static FailureHandler.Outcome |
FailureHandler.Outcome.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FailureHandler.Outcome[] |
FailureHandler.Outcome.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.