Skip to content

Instantly share code, notes, and snippets.

@patriknw
Created July 4, 2013 08:13
Show Gist options
  • Save patriknw/5925841 to your computer and use it in GitHub Desktop.
Save patriknw/5925841 to your computer and use it in GitHub Desktop.
Spotlight registerOnMemberUp
Cluster(system) registerOnMemberUp {
system.actorOf(Props(classOf[FactorialFrontend], upToN, true),
name = "factorialFrontend")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment