incorporate review comments, add docs, see #2031
also add Java sample for creating custom MailboxType
This commit is contained in:
parent
b60210362e
commit
422cf386c8
12 changed files with 157 additions and 60 deletions
|
|
@ -36,8 +36,8 @@ private[akka] class RemoteActorRefProvider(
|
|||
|
||||
// these are only available after init()
|
||||
override def rootGuardian: InternalActorRef = local.rootGuardian
|
||||
override def guardian: InternalActorRef = local.guardian
|
||||
override def systemGuardian: InternalActorRef = local.systemGuardian
|
||||
override def guardian: LocalActorRef = local.guardian
|
||||
override def systemGuardian: LocalActorRef = local.systemGuardian
|
||||
override def terminationFuture: Promise[Unit] = local.terminationFuture
|
||||
override def dispatcher: MessageDispatcher = local.dispatcher
|
||||
override def registerTempActor(actorRef: InternalActorRef, path: ActorPath): Unit = local.registerTempActor(actorRef, path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue