Uses of Interface
org.springframework.boot.devtools.restart.FailureHandler
-
Uses of FailureHandler in org.springframework.boot.devtools.restart
Modifier and TypeFieldDescriptionstatic final FailureHandler
FailureHandler.NONE
FailureHandler
that always aborts.Modifier and TypeMethodDescriptionvoid
Restarter.restart
(FailureHandler failureHandler) Restart the running application.protected void
Restarter.start
(FailureHandler failureHandler) Start the application.