Package io.atomix.utils
Interface Named
- All Known Subinterfaces:
NamedType
- All Known Implementing Classes:
AbstractNamed
public interface Named
Named object.
-
Method Summary
-
Method Details
-
name
String name()Returns the object name.- Returns:
- the object name
-