Package io.atomix.utils.config
Interface NamedConfig<C extends NamedConfig<C>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the configuration name.CsetName(String name)Sets the configuration name.
-