Skip to content

Instantly share code, notes, and snippets.

@WadeWaldron
Last active October 8, 2015 16:50
Show Gist options
  • Save WadeWaldron/ff50740cd0cc489edd56 to your computer and use it in GitHub Desktop.
Save WadeWaldron/ff50740cd0cc489edd56 to your computer and use it in GitHub Desktop.
AkkaTyped-ActorSystem
import akka.typed._
val system = ActorSystem("MySystem", Props(behavior))
system ! Message("Hello World")
system.terminate()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment