Skip to content

Instantly share code, notes, and snippets.

@patriknw
Created February 17, 2013 09:45
Show Gist options
  • Save patriknw/4970804 to your computer and use it in GitHub Desktop.
Save patriknw/4970804 to your computer and use it in GitHub Desktop.
Spotlight cluster registerOnMemberUp
Cluster(system) registerOnMemberUp {
system.actorOf(Props(new FactorialFrontend(upToN, repeat = true)),
name = "factorialFrontend")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment