Package csw.command.client.messages
Class SupervisorLockMessage.Unlock
- java.lang.Object
-
- csw.command.client.messages.SupervisorLockMessage.Unlock
-
- All Implemented Interfaces:
CommandSerializationMarker.RemoteMsg
,ComponentMessage
,SupervisorLockMessage
,SupervisorMessage
,SupervisorRunningMessage
,CommandSerializable
,java.io.Serializable
,scala.Equals
,scala.Product
- Enclosing interface:
- SupervisorLockMessage
public static class SupervisorLockMessage.Unlock extends java.lang.Object implements SupervisorLockMessage, scala.Product, java.io.Serializable
Represents message to un-lock an already locked componentparam: source represents the prefix of component that is acquiring lock param: replyTo represents the actor that will receive the command response
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface csw.command.client.messages.SupervisorLockMessage
SupervisorLockMessage.Lock, SupervisorLockMessage.Lock$, SupervisorLockMessage.Unlock, SupervisorLockMessage.Unlock$
-
-
Constructor Summary
Constructors Constructor Description Unlock(Prefix source, akka.actor.typed.ActorRef<LockingResponse> replyTo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.actor.typed.ActorRef<LockingResponse>
replyTo()
Prefix
source()
-
-
-
Constructor Detail
-
Unlock
public Unlock(Prefix source, akka.actor.typed.ActorRef<LockingResponse> replyTo)
-
-
Method Detail
-
source
public Prefix source()
-
replyTo
public akka.actor.typed.ActorRef<LockingResponse> replyTo()
-
-