Reviewed and improved remote-actors doc

This commit is contained in:
Patrik Nordwall 2011-04-29 17:09:22 +02:00
parent 888af3479e
commit 1c29885f3d
4 changed files with 268 additions and 247 deletions

View file

@ -354,7 +354,8 @@ trait RemoteServerModule extends RemoteModule {
def registerByUuid(actorRef: ActorRef): Unit
/**
* Register Remote Actor by a specific 'id' passed as argument.
* Register Remote Actor by a specific 'id' passed as argument. The actor is registered by UUID rather than ID
* when prefixing the handle with the uuid: protocol.
* <p/>
* NOTE: If you use this method to register your remote actor then you must unregister the actor by this ID yourself.
*/