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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product