Package org.springframework.boot.devtools.restart
Application restart support.
Interface Summary Interface Description FailureHandler Strategy used to handle launch failures.RestartInitializer Strategy interface used to initialize aRestarter.RestartListener Listener that is notified of application restarts.Class Summary Class Description AgentReloader Utility to determine if an Java agent based reloader (e.g.DefaultRestartInitializer DefaultRestartInitializerthat only enable initial restart when running a standard "main" method.RestartApplicationListener ApplicationListenerto initialize theRestarter.Restarter Allows a running application to be restarted with an updated classpath.RestartScopeInitializer Support for a 'restart'Scopethat allows beans to remain between restarts.Enum Summary Enum Description FailureHandler.Outcome Various outcomes for the handler.Annotation Types Summary Annotation Type Description ConditionalOnInitializedRestarter RestartScope Restart@ScopeAnnotation used to indicate that a bean should remain between restarts.