Java org.springframework.boot.devtools.restart RestartInitializer fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot.devtools.restart RestartInitializer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot.devtools.restart RestartInitializer.

The text is from its open source code.

Field

RestartInitializerNONE
RestartInitializer that doesn't return any URLs.

Method

URL[]getInitialUrls(Thread thread)
Return the initial set of URLs for the Restarter or null if no initial restart is required.