Module org.elasticsearch.server
Interface FileChangedListener
public interface FileChangedListener
Listener interface for the file watching service. Listeners will get
notified when the watched file has been updated, or if there is no file
on initial start.
-
Method Summary
-
Method Details
-
watchedFileChanged
void watchedFileChanged()
-