csw.command.client.models.framework.LifecycleStateChanged
 See theLifecycleStateChanged companion object
  case class LifecycleStateChanged(publisher: ActorRef[ComponentMessage], state: SupervisorLifecycleState) extends CommandSerializable
 
LifecycleStateChanged represents a notification of state change in a component
Value parameters
- publisher
- 
    the reference of component's supervisor for which the state changed 
- state
- 
    the new state the component went into 
Attributes
- Companion
- object
- Graph
- 
    
- Supertypes
- 
    trait Serializabletrait Producttrait Equalstrait CommandSerializableclass Objecttrait Matchableclass Any
Members list
In this article