@FunctionalInterface public interface RestartInitializer
Restarter.DefaultRestartInitializer| Modifier and Type | Field and Description | 
|---|---|
| static RestartInitializer | NONERestartInitializerthat doesn't return any URLs. | 
| Modifier and Type | Method and Description | 
|---|---|
| URL[] | getInitialUrls(Thread thread)Return the initial set of URLs for the  Restarterornullif no
 initial restart is required. | 
static final RestartInitializer NONE
RestartInitializer that doesn't return any URLs.