Merged with release_1_0_RC1 plus fixed some tests
This commit is contained in:
commit
dc15562ce1
15 changed files with 169 additions and 51 deletions
|
|
@ -238,7 +238,8 @@ trait RemoteClientModule extends RemoteModule { self: RemoteModule =>
|
|||
isOneWay: Boolean,
|
||||
actorRef: ActorRef,
|
||||
typedActorInfo: Option[Tuple2[String, String]],
|
||||
actorType: ActorType): Option[CompletableFuture[T]]
|
||||
actorType: ActorType,
|
||||
loader: Option[ClassLoader]): Option[CompletableFuture[T]]
|
||||
|
||||
//TODO: REVISIT: IMPLEMENT OR REMOVE
|
||||
//private[akka] def registerSupervisorForActor(actorRef: ActorRef): ActorRef
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue