Package io.atomix.utils.config
Interface NamedConfig<C extends NamedConfig<C>>
- All Superinterfaces:
Config
Named configuration.
-
Method Summary
-
Method Details
-
getName
String getName()Returns the configuration name.- Returns:
- the configuration name
-
setName
Sets the configuration name.- Parameters:
name- the configuration name- Returns:
- the configuration object
-