Class ClassPathChangeUploader

java.lang.Object
org.springframework.boot.devtools.remote.client.ClassPathChangeUploader
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<ClassPathChangedEvent>

public class ClassPathChangeUploader extends Object implements org.springframework.context.ApplicationListener<ClassPathChangedEvent>
Listens and pushes any classpath updates to a remote endpoint.
Since:
1.3.0
  • Constructor Details

    • ClassPathChangeUploader

      public ClassPathChangeUploader(String url, org.springframework.http.client.ClientHttpRequestFactory requestFactory)
  • Method Details