Skip to content

Instantly share code, notes, and snippets.

@patriknw
Created July 8, 2013 06:51
Show Gist options
  • Save patriknw/5946707 to your computer and use it in GitHub Desktop.
Save patriknw/5946707 to your computer and use it in GitHub Desktop.
ActorSelection spotlight
val selection = context.actorSelection(
"akka.tcp://sys@10.0.0.1:2552/user/world")
selection ! "hello"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment