Skip to content

Instantly share code, notes, and snippets.

@arturaz
Created November 2, 2012 08:28
Show Gist options
  • Save arturaz/3999480 to your computer and use it in GitHub Desktop.
Save arturaz/3999480 to your computer and use it in GitHub Desktop.
val system = ActorSystem.create(
"geoliser", ConfigFactory.load.getConfig("geoliser")
)
val router = system.
actorOf(Props[Worker].withRouter(FromConfig()), "router")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment