Skip to content

Instantly share code, notes, and snippets.

@remeniuk
Created November 23, 2010 09:06
Show Gist options
  • Save remeniuk/711492 to your computer and use it in GitHub Desktop.
Save remeniuk/711492 to your computer and use it in GitHub Desktop.
/**
* Adds registry actor to the list of links on a remote node
*/
case class AddRegistryLink(link: RegistryLink)
/**
* Removes registry actor from the list of links on a remote node
*/
case class RemoveRegistryLink(link: RegistryLink)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment