Package cn.sliew.milky.component
Interface Component
-
- All Superinterfaces:
AttributeMap,Managable,Probeable,Serializable,TagSet,Tenantable,Versionable
- All Known Implementing Classes:
AbstractComponent
public interface Component extends TagSet, AttributeMap, Versionable, Tenantable, Probeable, Managable, Serializable
component marker interface, which support custom tags and attrubutes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetIdentifier()StringgetName()-
Methods inherited from interface cn.sliew.milky.common.constant.AttributeMap
attr, attrs, hasAttr
-
Methods inherited from interface cn.sliew.milky.component.Managable
getArchitecture, getModule, getOrganization, getOwner
-
Methods inherited from interface cn.sliew.milky.component.Probeable
isLiveness, isReadiness
-
Methods inherited from interface cn.sliew.milky.component.Tenantable
getApplication, getEnvironment, getNamespace
-
Methods inherited from interface cn.sliew.milky.component.Versionable
getVersion
-
-