LifecycleStateChanged

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product