#2372 - Making RemoteActorRefProvider public since it is in the signature of RemoteTransport, which is public
This commit is contained in:
parent
234ffa62e6
commit
17f21480b6
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import scala.concurrent.Future
|
|||
/**
|
||||
* Remote ActorRefProvider. Starts up actor on remote node and creates a RemoteActorRef representing it.
|
||||
*/
|
||||
private[akka] class RemoteActorRefProvider(
|
||||
class RemoteActorRefProvider(
|
||||
val systemName: String,
|
||||
val settings: ActorSystem.Settings,
|
||||
val eventStream: EventStream,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue