Package io.atomix.utils.config
Interface TypedConfig<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetType()Returns the type name.
-
-
-
Method Detail
-
getType
T getType()
Returns the type name.- Returns:
- the type name
-
-