Class ClassPathChangeUploader
java.lang.Object
org.springframework.boot.devtools.remote.client.ClassPathChangeUploader
- All Implemented Interfaces:
 EventListener,ApplicationListener<ClassPathChangedEvent>
public class ClassPathChangeUploader
extends Object
implements ApplicationListener<ClassPathChangedEvent>
Listens and pushes any classpath updates to a remote endpoint.
- Since:
 - 1.3.0
 - Author:
 - Phillip Webb, Andy Wilkinson
 
- 
Constructor Summary
ConstructorsConstructorDescriptionClassPathChangeUploader(String url, ClientHttpRequestFactory requestFactory)  - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationListener
supportsAsyncExecution 
- 
Constructor Details
- 
ClassPathChangeUploader
 
 - 
 - 
Method Details
- 
onApplicationEvent
- Specified by:
 onApplicationEventin interfaceApplicationListener<ClassPathChangedEvent>
 
 -