Class LifecycleStateChanged
java.lang.Object
csw.command.client.models.framework.LifecycleStateChanged
- All Implemented Interfaces:
CommandSerializable
,Serializable
,scala.Equals
,scala.Product
public class LifecycleStateChanged
extends Object
implements CommandSerializable, scala.Product, Serializable
LifecycleStateChanged represents a notification of state change in a component
param: publisher the reference of component's supervisor for which the state changed param: state the new state the component went into
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorDescriptionLifecycleStateChanged
(akka.actor.typed.ActorRef<ComponentMessage> publisher, SupervisorLifecycleState state) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
LifecycleStateChanged
public LifecycleStateChanged(akka.actor.typed.ActorRef<ComponentMessage> publisher, SupervisorLifecycleState state)
-
-
Method Details
-
publisher
-
state
-