mid address refactoring
This commit is contained in:
parent
3374eef6ce
commit
d1bdddd588
12 changed files with 100 additions and 74 deletions
|
|
@ -393,6 +393,7 @@ trait RemoteClientModule extends RemoteModule { self: RemoteModule =>
|
|||
protected[akka] def send[T](message: Any,
|
||||
senderOption: Option[ActorRef],
|
||||
senderFuture: Option[CompletableFuture[T]],
|
||||
remoteAddress: InetSocketAddress,
|
||||
timeout: Long,
|
||||
isOneWay: Boolean,
|
||||
actorRef: ActorRef,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue