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 | Description |
---|---|
AgentReloader |
Utility to determine if a Java agent based reloader (e.g.
|
DefaultRestartInitializer |
Default
RestartInitializer that only enable initial restart when running a
standard "main" method. |
RestartApplicationListener |
ApplicationListener to initialize the Restarter . |
Restarter |
Allows a running application to be restarted with an updated classpath.
|
RestartScopeInitializer |
Support for a 'restart'
Scope that allows beans to remain between restarts. |
Enum | Description |
---|---|
FailureHandler.Outcome |
Various outcomes for the handler.
|
Annotation Type | Description |
---|---|
ConditionalOnInitializedRestarter | |
RestartScope |
Restart
@Scope Annotation used to indicate that a bean should remain between
restarts. |