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 Summary- Constructors - Constructor - Description - ClassPathChangeUploader(String url, org.springframework.http.client.ClientHttpRequestFactory requestFactory)
 - Method Summary- All Methods Instance Methods Concrete Methods - Modifier and Type - Method - Description - void- onApplicationEvent(ClassPathChangedEvent event)
 
- Constructor Detail- ClassPathChangeUploader- public ClassPathChangeUploader(String url, org.springframework.http.client.ClientHttpRequestFactory requestFactory) 
 
 - Method Detail- onApplicationEvent- public void onApplicationEvent(ClassPathChangedEvent event) - Specified by:
- onApplicationEventin interface- org.springframework.context.ApplicationListener<ClassPathChangedEvent>