Class RestartApplicationListener

java.lang.Object
org.springframework.boot.devtools.restart.RestartApplicationListener
All Implemented Interfaces:
EventListener, ApplicationListener<ApplicationEvent>, Ordered

public class RestartApplicationListener extends Object implements ApplicationListener<ApplicationEvent>, Ordered
ApplicationListener to initialize the Restarter.
Since:
1.3.0
Author:
Phillip Webb, Andy Wilkinson
See Also:
  • Constructor Details

    • RestartApplicationListener

      public RestartApplicationListener()
  • Method Details