closing ticket 444, moved RemoteActorSet to ActorRegistry
This commit is contained in:
parent
b0e99413b7
commit
25d66778f2
5 changed files with 71 additions and 53 deletions
|
|
@ -251,7 +251,7 @@ object RemoteActorSerialization {
|
|||
|
||||
Actor.log.debug("Register serialized Actor [%s] as remote @ [%s:%s]", actorClass.getName, host, port)
|
||||
RemoteServer.getOrCreateServer(homeAddress)
|
||||
RemoteServer.registerActorByUuid(homeAddress, uuid.toString, ar)
|
||||
ActorRegistry.registerActorByUuid(homeAddress, uuid.toString, ar)
|
||||
|
||||
RemoteActorRefProtocol.newBuilder
|
||||
.setClassOrServiceName(uuid.toString)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue