接口 Probeable
-
- 所有已知子接口:
Component
- 所有已知实现类:
AbstractComponent
public interface Probeablecomponent health probe marker interface.
-
-
字段概要
字段 修饰符和类型 字段 说明 static AttributeKey<Boolean>LIVENESSstatic AttributeKey<Boolean>READINESS
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 booleanisLiveness()booleanisReadiness()
-
-
-
字段详细资料
-
LIVENESS
static final AttributeKey<Boolean> LIVENESS
-
READINESS
static final AttributeKey<Boolean> READINESS
-
-