com.netflix.config
Interface WatchedUpdateListener

All Known Implementing Classes:
DynamicWatchedConfiguration

public interface WatchedUpdateListener

The listener to be called when a WatchedConfigurationSource receives an update.


Method Summary
 void updateConfiguration(WatchedUpdateResult result)
          Updates the configuration either incrementally or fully depending on the type of WatchedUpdateResult that is passed.
 

Method Detail

updateConfiguration

void updateConfiguration(WatchedUpdateResult result)
Updates the configuration either incrementally or fully depending on the type of WatchedUpdateResult that is passed.