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 a- Restarter.- 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 Default- RestartInitializerthat only enable initial restart when running a standard "main" method.- RestartApplicationListener - ApplicationListenerto initialize the- Restarter.- 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.