Package cn.sliew.milky.component
Interface Probeable
-
- All Known Subinterfaces:
Component
- All Known Implementing Classes:
AbstractComponent
public interface Probeablecomponent health probe marker interface.
-
-
Field Summary
Fields Modifier and Type Field Description static AttributeKey<Boolean>LIVENESSstatic AttributeKey<Boolean>READINESS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisLiveness()booleanisReadiness()
-
-
-
Field Detail
-
LIVENESS
static final AttributeKey<Boolean> LIVENESS
-
READINESS
static final AttributeKey<Boolean> READINESS
-
-