Skip to content

Instantly share code, notes, and snippets.

@patriknw
Created February 17, 2013 09:46
Show Gist options
  • Save patriknw/4970806 to your computer and use it in GitHub Desktop.
Save patriknw/4970806 to your computer and use it in GitHub Desktop.
Spotlight cluster singleton
system.actorOf(Props(new ClusterSingletonManager(
singletonProps = handOverData => Props[Master]),
singletonName = "master",
terminationMessage = PoisonPill)),
name = "singleton")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment