Last active
October 8, 2015 16:50
-
-
Save WadeWaldron/ff50740cd0cc489edd56 to your computer and use it in GitHub Desktop.
AkkaTyped-ActorSystem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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