public static class SupervisorLockMessage.Unlock extends java.lang.Object implements SupervisorLockMessage, scala.Product, scala.Serializable
param: source represents the prefix of component that is acquiring lock param: replyTo represents the actor that will receive the command response
SupervisorLockMessage.Lock, SupervisorLockMessage.Lock$, SupervisorLockMessage.Unlock, SupervisorLockMessage.Unlock$
Constructor and Description |
---|
Unlock(Prefix source,
akka.actor.typed.ActorRef<LockingResponse> replyTo) |
Modifier and Type | Method and Description |
---|---|
akka.actor.typed.ActorRef<LockingResponse> |
replyTo() |
Prefix |
source() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Unlock(Prefix source, akka.actor.typed.ActorRef<LockingResponse> replyTo)
public Prefix source()
public akka.actor.typed.ActorRef<LockingResponse> replyTo()