Interface ConfigurationConsumer<T extends ConfigurationContainer>

Type Parameters:
T - The configuration class
All Superinterfaces:
ConfigurationConsumer<T>

@Deprecated(since="1.6.1", forRemoval=true) public interface ConfigurationConsumer<T extends ConfigurationContainer> extends ConfigurationConsumer<T>
Deprecated, for removal: This API element is subject to removal in a future version.
Since 1.6.1. To be removed in a future version due to 1.9.0 versioning refactor. Use ConfigurationConsumer instead.
Represents a class which requires access to a Configuration Container and should be able to refresh its state when the configuration is reloaded from disk.
Since:
1.4.0
Author:
Isabel Maskrey