接口 Component
-
- 所有超级接口:
AttributeMap,Managable,Probeable,Serializable,TagSet,Tenantable,Versionable
- 所有已知实现类:
AbstractComponent
public interface Component extends TagSet, AttributeMap, Versionable, Tenantable, Probeable, Managable, Serializable
component marker interface, which support custom tags and attrubutes.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetIdentifier()StringgetName()-
从接口继承的方法 cn.sliew.milky.common.constant.AttributeMap
attr, attrs, hasAttr
-
从接口继承的方法 cn.sliew.milky.component.Managable
getArchitecture, getModule, getOrganization, getOwner
-
从接口继承的方法 cn.sliew.milky.component.Probeable
isLiveness, isReadiness
-
从接口继承的方法 cn.sliew.milky.component.Tenantable
getApplication, getEnvironment, getNamespace
-
从接口继承的方法 cn.sliew.milky.component.Versionable
getVersion
-
-