clarify internal nature of ActorRefProvider impls
This commit is contained in:
parent
fbd96162a0
commit
5e2127a6c7
2 changed files with 9 additions and 2 deletions
|
|
@ -14,6 +14,10 @@ import scala.util.control.NonFatal
|
|||
|
||||
/**
|
||||
* Remote ActorRefProvider. Starts up actor on remote node and creates a RemoteActorRef representing it.
|
||||
*
|
||||
* INTERNAL API!
|
||||
*
|
||||
* Depending on this class is not supported, only the [[ActorRefProvider]] interface is supported.
|
||||
*/
|
||||
class RemoteActorRefProvider(
|
||||
val systemName: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue