Package io.atomix.utils
Interface ConfiguredType<C extends TypedConfig>
-
public interface ConfiguredType<C extends TypedConfig> extends NamedType
Configured type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CnewConfig()Returns a new configuration.
-
-
-
Method Detail
-
newConfig
C newConfig()
Returns a new configuration.- Returns:
- a new configuration
-
-