Interface ReloadingControllerSupport
- All Known Implementing Classes:
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 Summary
Modifier and TypeMethodDescriptionGets theReloadingController
associated with this object.
-
Method Details
-
getReloadingController
Gets theReloadingController
associated with this object.- Returns:
- the associated
ReloadingController
-