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