Package com.tccc.kos.commons.core.service.state
package com.tccc.kos.commons.core.service.state
-
ClassDescriptionStateAware<T extends StateBean>Interface that can be added to objects that are put into
BeanContext
to indicate that they contains aStateBean
for use withStateService
.Base class for beans that hold state and can be broadcast via message broker when they change.Interface for being notified when aStateBean
changes state.TracksStateAware
beans in the system and generates events whenStateAware
beans change.