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 SummaryConstructorsConstructorDescriptionClassPathChangeUploader(String url, ClientHttpRequestFactory requestFactory) 
- 
Method Summary
- 
Constructor Details- 
ClassPathChangeUploader
 
- 
- 
Method Details- 
onApplicationEvent- Specified by:
- onApplicationEventin interface- ApplicationListener<ClassPathChangedEvent>
 
 
-