Skip to content

Instantly share code, notes, and snippets.

@remeniuk
Created November 23, 2010 09:01
Show Gist options
  • Save remeniuk/711486 to your computer and use it in GitHub Desktop.
Save remeniuk/711486 to your computer and use it in GitHub Desktop.
/**
* Registers reference to the actor (RemoteActorRef) at remote registry,
* so that the reference can be picked from the registry just like the other
* local actors
*/
case class RegisterActor(actor: ActorLink)
/**
* Unregisters reference to the actor from remote registry
*/
case class UnregisterActor(actor: ActorLink)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment