Uses of Interface
org.springframework.boot.devtools.restart.FailureHandler
Packages that use FailureHandler
-
Uses of FailureHandler in org.springframework.boot.devtools.restart
Fields in org.springframework.boot.devtools.restart declared as FailureHandlerModifier and TypeFieldDescriptionstatic final FailureHandler
FailureHandler.NONE
FailureHandler
that always aborts.Methods in org.springframework.boot.devtools.restart with parameters of type FailureHandlerModifier and TypeMethodDescriptionvoid
Restarter.restart
(FailureHandler failureHandler) Restart the running application.protected void
Restarter.start
(FailureHandler failureHandler) Start the application.