Lock
csw.command.client.messages.SupervisorLockMessage.Lock
case class Lock(source: Prefix, replyTo: ActorRef[LockingResponse], leaseDuration: FiniteDuration) extends SupervisorLockMessage
Represents message to lock a component
Value parameters
- leaseDuration
-
represents the lease duration of lock acquired
- replyTo
-
represents the actor that will receive the command response
- source
-
represents the prefix of component that is acquiring lock
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SupervisorLockMessagetrait RemoteMsgtrait CommandSerializabletrait SupervisorRunningMessagetrait ComponentMessageclass Objecttrait Matchableclass Any
Members list
In this article