add and verify Java API for actorFor/ActorPath, fixes #1343
This commit is contained in:
parent
56dc18106b
commit
a0a44abe0d
6 changed files with 80 additions and 31 deletions
|
|
@ -270,7 +270,7 @@ private[akka] case class RemoteActorRef private[akka] (
|
|||
|
||||
// FIXME RK
|
||||
def getParent = Nobody
|
||||
def getChild(name: Iterable[String]) = Nobody
|
||||
def getChild(name: Iterator[String]) = Nobody
|
||||
|
||||
@volatile
|
||||
private var running: Boolean = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue