clarify internal nature of ActorRefProvider impls

This commit is contained in:
Roland 2012-11-22 15:14:24 +01:00
parent fbd96162a0
commit 5e2127a6c7
2 changed files with 9 additions and 2 deletions

View file

@ -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,