SupervisorLockMessage

csw.command.client.messages.SupervisorLockMessage
See theSupervisorLockMessage companion trait

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Lock(source: Prefix, replyTo: ActorRef[LockingResponse], leaseDuration: FiniteDuration) extends SupervisorLockMessage

Represents message to lock a component

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

Supertypes
trait Serializable
trait Product
trait Equals
trait RemoteMsg
class Object
trait Matchable
class Any
Show all
case class Unlock(source: Prefix, replyTo: ActorRef[LockingResponse]) extends SupervisorLockMessage

Represents message to un-lock an already locked component

Represents message to un-lock an already locked component

Value parameters

replyTo

represents the actor that will receive the command response

source

represents the prefix of component that is acquiring lock

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait RemoteMsg
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror