Merge remote-tracking branch 'origin/master' into wip-remote-supervision-rk
This commit is contained in:
commit
92e7693203
247 changed files with 7896 additions and 4703 deletions
|
|
@ -18,8 +18,6 @@ import akka.config.ConfigurationException
|
|||
|
||||
/**
|
||||
* Remote ActorRefProvider. Starts up actor on remote node and creates a RemoteActorRef representing it.
|
||||
*
|
||||
* @author <a href="http://jonasboner.com">Jonas Bonér</a>
|
||||
*/
|
||||
class RemoteActorRefProvider(
|
||||
val systemName: String,
|
||||
|
|
@ -167,8 +165,6 @@ class RemoteActorRefProvider(
|
|||
/**
|
||||
* Remote ActorRef that is used when referencing the Actor on a different node than its "home" node.
|
||||
* This reference is network-aware (remembers its origin) and immutable.
|
||||
*
|
||||
* @author <a href="http://jonasboner.com">Jonas Bonér</a>
|
||||
*/
|
||||
private[akka] class RemoteActorRef private[akka] (
|
||||
provider: RemoteActorRefProvider,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue