Interface ReloadingControllerSupport

All Known Implementing Classes:
MultiFileConfigurationBuilderProvider.ReloadableWrapperBuilder, ReloadingCombinedConfigurationBuilder, ReloadingFileBasedConfigurationBuilder, ReloadingMultiFileConfigurationBuilder

public interface ReloadingControllerSupport

Definition of an interface to be implemented by components which support reloading operations managed by a ReloadingController.

Classes implementing this interface have to provide access to a ReloadingController instance. This object can then be used to trigger reloading checks.

Since:
2.0
  • Method Details

    • getReloadingController

      ReloadingController getReloadingController()
      Gets the ReloadingController associated with this object.
      Returns:
      the associated ReloadingController