Start actor after it can be resolved with actorFor. #2575
This commit is contained in:
parent
228956a00d
commit
6b6eeb22ba
8 changed files with 33 additions and 9 deletions
|
|
@ -243,6 +243,8 @@ private[akka] class RemoteActorRef private[akka] (
|
|||
provider.deadLetters ! message
|
||||
}
|
||||
|
||||
def start(): ActorRef = this
|
||||
|
||||
def suspend(): Unit = sendSystemMessage(Suspend())
|
||||
|
||||
def resume(causedByFailure: Throwable): Unit = sendSystemMessage(Resume(causedByFailure))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue