Interface RestartInitializer
- All Known Implementing Classes:
- DefaultRestartInitializer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Strategy interface used to initialize a 
Restarter.- Since:
- 1.3.0
- Author:
- Phillip Webb
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final RestartInitializerRestartInitializerthat doesn't return any URLs.
- 
Method SummaryModifier and TypeMethodDescriptionURL[]getInitialUrls(Thread thread) Return the initial set of URLs for theRestarterornullif no initial restart is required.
- 
Field Details- 
NONERestartInitializerthat doesn't return any URLs.
 
- 
- 
Method Details- 
getInitialUrlsReturn the initial set of URLs for theRestarterornullif no initial restart is required.- Parameters:
- thread- the source thread
- Returns:
- initial URLs or null
 
 
-