Created
January 31, 2020 23:26
-
-
Save akgupta/638ebaa2bcb98636f27f5dca554ac53b to your computer and use it in GitHub Desktop.
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
String connectionIdentifier = UUID.randomUUID().toString(); | |
_actorSystem.actorOf( | |
ClientConnection.getProps( | |
connectionIdentifier, eventSourceActor, _actorSystem.getScheduler() | |
), | |
connectionIdentifier | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment