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